Interface EndpointInvokerFactory
-
- All Known Implementing Classes:
ReflectionEndpointInvokerFactory
public interface EndpointInvokerFactory
-
-
Method Summary
All Methods Instance Methods Abstract 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
Supplier<EndpointInvoker> create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
-
-