Uses of Class
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
-
Packages that use ClientInvoker Package Description org.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.internal.proxy.extractors -
-
Uses of ClientInvoker in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ClientInvoker Modifier and Type Method Description private static <T> ClientInvokerProxyBuilder. createClientInvoker(java.lang.Class<T> clazz, java.lang.reflect.Method method, ResteasyWebTarget base, ProxyConfig config) -
Uses of ClientInvoker in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return ClientInvoker Modifier and Type Method Description private ClientInvokerResponseObjectEntityExtractorFactory. createClientInvoker(ClientContext context, java.net.URI uri, java.lang.reflect.Method method)
-