org.jboss.resteasy.client.core.marshallers
Class FormMarshaller
java.lang.Object
org.jboss.resteasy.client.core.marshallers.FormMarshaller
- All Implemented Interfaces:
- Marshaller
public class FormMarshaller
- extends Object
- implements Marshaller
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldMap
protected HashMap<Field,Marshaller> fieldMap
getters
protected List<org.jboss.resteasy.client.core.marshallers.FormMarshaller.GetterMethod> getters
getterHashes
protected HashMap<Long,Method> getterHashes
clazz
protected Class clazz
FormMarshaller
public FormMarshaller(Class clazz,
ResteasyProviderFactory factory)
methodHash
public static long methodHash(Method method)
throws Exception
- Throws:
Exception
createHash
public static long createHash(String methodDesc)
throws Exception
- Throws:
Exception
populateMap
protected void populateMap(Class clazz,
ResteasyProviderFactory factory)
build
public void build(ClientRequest request,
Object object)
- Specified by:
build
in interface Marshaller
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.