Class FormProcessor
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
- All Implemented Interfaces:
InvocationProcessor, WebTargetProcessor
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class(package private) static interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.client.WebTargetprivate javax.ws.rs.client.WebTargetstatic longcreateHash(String methodDesc) (package private) static StringgetTypeString(Class cl) static longmethodHash(Method method) protected voidpopulateMap(Class clazz, ClientConfiguration configuration) voidprocess(ClientInvocationBuilder invocation, Object param) protected Objectprocess(FormProcessor.Process process, Object target, Object param) private voidprocessParam(ClientInvocationBuilder invocation, Object val, Object proc)
-
Field Details
-
fieldMap
-
getters
-
getterHashes
-
clazz
-
-
Constructor Details
-
FormProcessor
-
-
Method Details
-
methodHash
-
createHash
-
getTypeString
-
populateMap
-
build
- Specified by:
buildin interfaceWebTargetProcessor
-
process
- Specified by:
processin interfaceInvocationProcessor
-
process
-
build
-
processParam
-