Interface EndpointInvokerFactory

All Known Implementing Classes:
ReflectionEndpointInvokerFactory

public interface EndpointInvokerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplier<org.jboss.resteasy.reactive.server.spi.EndpointInvoker>
    create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)
     
  • Method Details

    • create

      Supplier<org.jboss.resteasy.reactive.server.spi.EndpointInvoker> create(org.jboss.resteasy.reactive.common.model.ResourceMethod method, org.jboss.jandex.ClassInfo currentClass, org.jboss.jandex.MethodInfo currentMethod)