Class ProxyInvocationHandler
- java.lang.Object
-
- org.jboss.resteasy.microprofile.client.ProxyInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
public class ProxyInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description ProxyInvocationHandler(Class<?> restClientInterface, Object target, Set<Object> providerInstances, ResteasyClient client, javax.enterprise.inject.spi.BeanManager beanManager)
-