Class FormMarshaller
java.lang.Object
org.jboss.resteasy.client.core.marshallers.FormMarshaller
- All Implemented Interfaces:
Marshaller
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class
protected HashMap
<Field, Marshaller> protected List
<FormMarshaller.GetterMethod> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(ClientRequest request, Object object) static long
createHash
(String methodDesc) (package private) static String
getTypeString
(Class cl) static long
methodHash
(Method method) protected void
populateMap
(Class clazz, ResteasyProviderFactory factory)
-
Field Details
-
fieldMap
-
getters
-
getterHashes
-
clazz
-
-
Constructor Details
-
FormMarshaller
-
-
Method Details
-
methodHash
- Throws:
Exception
-
createHash
- Throws:
Exception
-
getTypeString
-
populateMap
-
build
- Specified by:
build
in interfaceMarshaller
-