@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Body
RoutingContext.getBody() for type BufferRoutingContext.getBodyAsString() for type StringRoutingContext.getBodyAsJson() for type JsonObjectRoutingContext.getBodyAsJsonArray() for type JsonArrayRoutingContext.getBodyAsJson() and JsonObject.mapTo(Class) for any other typeCopyright © 2020 JBoss by Red Hat. All rights reserved.