Class FormProcessor
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
- All Implemented Interfaces:
InvocationProcessor
,WebTargetProcessor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFormProcessor
(Class clazz, ClientConfiguration configuration, String defaultFormName) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.client.WebTarget
static long
createHash
(String methodDesc) static long
methodHash
(Method method) protected void
populateMap
(Class clazz, ClientConfiguration configuration, String defaultFormName) void
process
(ClientInvocation invocation, Object param) protected Object
process
(org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor.Process process, Object target, Object param)
-
Field Details
-
fieldMap
-
getters
protected List<org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor.GetterMethod> getters -
getterHashes
-
clazz
-
-
Constructor Details
-
FormProcessor
-
-
Method Details
-
methodHash
- Throws:
Exception
-
createHash
- Throws:
Exception
-
populateMap
-
build
- Specified by:
build
in interfaceWebTargetProcessor
-
process
- Specified by:
process
in interfaceInvocationProcessor
-
process
-