Uses of Class
io.vertx.mutiny.ext.web.FileUpload
-
Packages that use FileUpload Package Description io.vertx.mutiny.ext.web -
-
Uses of FileUpload in io.vertx.mutiny.ext.web
Fields in io.vertx.mutiny.ext.web with type parameters of type FileUpload Modifier and Type Field Description static TypeArg<FileUpload>
FileUpload. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web that return FileUpload Modifier and Type Method Description static FileUpload
FileUpload. newInstance(io.vertx.ext.web.FileUpload arg)
Methods in io.vertx.mutiny.ext.web that return types with arguments of type FileUpload Modifier and Type Method Description Set<FileUpload>
RoutingContext. fileUploads()
-