Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
-
Packages that use ClientInvocationBuilder Package Description org.jboss.resteasy.client.jaxrs.internal.proxy.processors org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation -
-
Uses of ClientInvocationBuilder in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors with parameters of type ClientInvocationBuilder Modifier and Type Method Description voidFormProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)voidInvocationProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)private voidFormProcessor. processParam(ClientInvocationBuilder invocation, java.lang.Object val, java.lang.Object proc) -
Uses of ClientInvocationBuilder in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation that return ClientInvocationBuilder Modifier and Type Method Description protected ClientInvocationBuilderFormParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)protected ClientInvocationBuilderHeaderParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation with parameters of type ClientInvocationBuilder Modifier and Type Method Description protected ClientInvocationBuilderFormParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)protected ClientInvocationBuilderHeaderParamProcessor. apply(ClientInvocationBuilder target, java.lang.Object object)voidAbstractInvocationCollectionProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)voidCookieParamProcessor. process(ClientInvocationBuilder request, java.lang.Object object)voidMessageBodyParameterProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)voidURIParamProcessor. process(ClientInvocationBuilder invocation, java.lang.Object param)
-