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