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_ARGMethods in io.vertx.mutiny.ext.web that return RequestBody Modifier and Type Method Description RequestBodyRoutingContext. body()static RequestBodyRequestBody. newInstance(io.vertx.ext.web.RequestBody arg)
-