Class ReflectionEndpointInvokerFactory

java.lang.Object
org.jboss.resteasy.reactive.server.processor.ReflectionEndpointInvokerFactory
All Implemented Interfaces:
EndpointInvokerFactory

public class ReflectionEndpointInvokerFactory extends Object implements EndpointInvokerFactory
  • Constructor Details

    • ReflectionEndpointInvokerFactory

      public ReflectionEndpointInvokerFactory()
  • Method Details

    • create

      public Supplier<EndpointInvoker> create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
      Specified by:
      create in interface EndpointInvokerFactory