class HandlerDescriptor extends Object
| Constructor and Description |
|---|
HandlerDescriptor(org.jboss.jandex.MethodInfo method,
BeanValidationAnnotationsBuildItem bvAnnotations,
io.quarkus.vertx.http.runtime.HandlerType handlerType) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.jboss.jandex.Type |
getContentType() |
(package private) io.quarkus.vertx.http.runtime.HandlerType |
getHandlerType() |
(package private) org.jboss.jandex.Type |
getReturnType() |
(package private) boolean |
isContentTypeBuffer() |
(package private) boolean |
isContentTypeMutinyBuffer() |
(package private) boolean |
isContentTypeRxBuffer() |
(package private) boolean |
isContentTypeString() |
(package private) boolean |
isProducedResponseValidated() |
(package private) boolean |
isReturningMulti() |
(package private) boolean |
isReturningUni() |
(package private) boolean |
isReturningVoid() |
(package private) boolean |
requireValidation() |
HandlerDescriptor(org.jboss.jandex.MethodInfo method,
BeanValidationAnnotationsBuildItem bvAnnotations,
io.quarkus.vertx.http.runtime.HandlerType handlerType)
org.jboss.jandex.Type getReturnType()
boolean isReturningVoid()
boolean isReturningUni()
boolean isReturningMulti()
boolean requireValidation()
true if the method is annotated with a constraint or @Valid or any parameter has such kind of
annotation.boolean isProducedResponseValidated()
true if the method is annotated with @Valid.org.jboss.jandex.Type getContentType()
boolean isContentTypeString()
boolean isContentTypeBuffer()
boolean isContentTypeRxBuffer()
boolean isContentTypeMutinyBuffer()
io.quarkus.vertx.http.runtime.HandlerType getHandlerType()
Copyright © 2020 JBoss by Red Hat. All rights reserved.