Interface EndpointInvokerFactory
- All Known Implementing Classes:
ReflectionEndpointInvokerFactory
public interface EndpointInvokerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
-
Method Details
-
create
Supplier<EndpointInvoker> create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
-