Package io.quarkus.vertx.web
package io.quarkus.vertx.web
-
ClassDescriptionIdentifies 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 typeIdentifies a route method parameter that should be injected with a value returned fromHttpServerRequest.getHeader(String).Identifies a route method parameter that should be injected with a value returned fromHttpServerRequest.getParam(String).Provides utility methods, mainly to handletext/event-streamresponses.A class allowing to customize how the server sent events are written.This annotation can be used to configure a reactive route in a declarative way.Represents an HTTP method.Annotation used to configure some defaults for reactive routes declared on a class.This annotation is used to define a "filter", i.e.Convenient wrapper ofRoutingContext.