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.WebTargetstatic longcreateHash(String methodDesc) Deprecated, for removal: This API element is subject to removal in a future version.static longmethodHash(Method method) Deprecated, for removal: This API element is subject to removal in a future version.protected voidpopulateMap(Class clazz, ClientConfiguration configuration, String defaultFormName) voidprocess(ClientInvocation invocation, Object param) protected Objectprocess(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
@Deprecated(forRemoval=true, since="6.2.12.Final") public static long methodHash(Method method) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
createHash
@Deprecated(forRemoval=true, since="6.2.12.Final") public static long createHash(String methodDesc) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
populateMap
-
build
- Specified by:
buildin interfaceWebTargetProcessor
-
process
- Specified by:
processin interfaceInvocationProcessor
-
process
-
MethodHashing.createHash(String)