Interface ReactiveRoutesProcessor.ValueProvider

Enclosing class:
ReactiveRoutesProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface ReactiveRoutesProcessor.ValueProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.gizmo2.Expr
    get(org.jboss.jandex.MethodParameterInfo methodParam, Set<org.jboss.jandex.AnnotationInstance> annotations, io.quarkus.gizmo2.Var routingContext, io.quarkus.gizmo2.creator.BlockCreator bc, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem> reflectiveHierarchy)
     
  • Method Details

    • get

      io.quarkus.gizmo2.Expr get(org.jboss.jandex.MethodParameterInfo methodParam, Set<org.jboss.jandex.AnnotationInstance> annotations, io.quarkus.gizmo2.Var routingContext, io.quarkus.gizmo2.creator.BlockCreator bc, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem> reflectiveHierarchy)