Class ReflectionEndpointInvokerFactory
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.processor.ReflectionEndpointInvokerFactory
-
- All Implemented Interfaces:
EndpointInvokerFactory
public class ReflectionEndpointInvokerFactory extends Object implements EndpointInvokerFactory
-
-
Constructor Summary
Constructors Constructor Description ReflectionEndpointInvokerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supplier<EndpointInvoker>create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
-
-
-
Method Detail
-
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
-
-