Class ProxyInvocationHandler

java.lang.Object
org.jboss.resteasy.microprofile.client.ProxyInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class ProxyInvocationHandler extends Object implements InvocationHandler
  • Field Details

    • NO_TYPES

      public static final Type[] NO_TYPES
  • Constructor Details

    • ProxyInvocationHandler

      public ProxyInvocationHandler(Class<?> restClientInterface, Object target, Set<Object> providerInstances, org.jboss.resteasy.client.jaxrs.ResteasyClient client)
  • Method Details