Package io.quarkus.vertx.web
Annotation Type Body
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface Body
Identifies a route method parameter that should be injected with a value returned from:RoutingContext.getBody()for typeBufferRoutingContext.getBodyAsString()for typeStringRoutingContext.getBodyAsJson()for typeJsonObjectRoutingContext.getBodyAsJsonArray()for typeJsonArrayRoutingContext.getBodyAsJson()andJsonObject.mapTo(Class)for any other type