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) Deprecated, for removal: This API element is subject to removal in a future version.static long
methodHash
(Method method) Deprecated, for removal: This API element is subject to removal in a future version.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
@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:
build
in interfaceWebTargetProcessor
-
process
- Specified by:
process
in interfaceInvocationProcessor
-
process
-
MethodHashing.createHash(String)