Uses of Class
io.quarkus.vertx.web.deployment.HandlerDescriptor

  • Uses of HandlerDescriptor in io.quarkus.vertx.web.deployment

    Methods in io.quarkus.vertx.web.deployment with parameters of type HandlerDescriptor
    Modifier and Type
    Method
    Description
    (package private) static io.quarkus.gizmo.MethodDescriptor
     
    (package private) void
    ReactiveRoutesProcessor.implementInvoke(HandlerDescriptor descriptor, io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.MethodInfo method, io.quarkus.gizmo.ClassCreator invokerCreator, io.quarkus.gizmo.FieldCreator beanField, io.quarkus.gizmo.FieldCreator contextField, io.quarkus.gizmo.FieldCreator containerField, io.quarkus.gizmo.FieldCreator validatorField, io.quarkus.arc.deployment.TransformedAnnotationsBuildItem transformedAnnotations, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem> reflectiveHierarchy, String defaultProduces, org.jboss.jandex.IndexView index)
     
    (package private) static boolean
    Methods.isNoContent(HandlerDescriptor descriptor)