Class ReflectionEndpointInvokerFactory
java.lang.Object
org.jboss.resteasy.reactive.server.processor.ReflectionEndpointInvokerFactory
- All Implemented Interfaces:
EndpointInvokerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
-
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:
createin interfaceEndpointInvokerFactory
-