Class QuarkusInvokerFactory

java.lang.Object
io.quarkus.resteasy.reactive.server.deployment.QuarkusInvokerFactory
All Implemented Interfaces:
org.jboss.resteasy.reactive.server.processor.EndpointInvokerFactory

public class QuarkusInvokerFactory extends Object implements org.jboss.resteasy.reactive.server.processor.EndpointInvokerFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem>
     
    (package private) final io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuarkusInvokerFactory(Predicate<String> applicationClassPredicate, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClassBuildItemBuildProducer, io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder recorder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplier<org.jboss.resteasy.reactive.server.spi.EndpointInvoker>
    create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClassInfo, org.jboss.jandex.MethodInfo info)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • generatedClassBuildItemBuildProducer

      final io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClassBuildItemBuildProducer
    • recorder

      final io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder recorder
  • Constructor Details

    • QuarkusInvokerFactory

      public QuarkusInvokerFactory(Predicate<String> applicationClassPredicate, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClassBuildItemBuildProducer, io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder recorder)
  • Method Details

    • create

      public Supplier<org.jboss.resteasy.reactive.server.spi.EndpointInvoker> create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClassInfo, org.jboss.jandex.MethodInfo info)
      Specified by:
      create in interface org.jboss.resteasy.reactive.server.processor.EndpointInvokerFactory