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 Classprotected HashMap<Field, Marshaller> protected List<FormMarshaller.GetterMethod> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(ClientRequest request, Object object) static longcreateHash(String methodDesc) (package private) static StringgetTypeString(Class cl) static longmethodHash(Method method) protected voidpopulateMap(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:
buildin interfaceMarshaller
-