public class FormMarshaller extends Object implements Marshaller
Modifier and Type | Field and Description |
---|---|
protected Class |
clazz |
protected HashMap<Field,Marshaller> |
fieldMap |
protected HashMap<Long,Method> |
getterHashes |
protected List<org.jboss.resteasy.client.core.marshallers.FormMarshaller.GetterMethod> |
getters |
Constructor and Description |
---|
FormMarshaller(Class clazz,
ResteasyProviderFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
build(ClientRequest request,
Object object) |
static long |
createHash(String methodDesc) |
static long |
methodHash(Method method) |
protected void |
populateMap(Class clazz,
ResteasyProviderFactory factory) |
protected HashMap<Field,Marshaller> fieldMap
protected List<org.jboss.resteasy.client.core.marshallers.FormMarshaller.GetterMethod> getters
protected Class clazz
public FormMarshaller(Class clazz, ResteasyProviderFactory factory)
protected void populateMap(Class clazz, ResteasyProviderFactory factory)
public void build(ClientRequest request, Object object)
build
in interface Marshaller
Copyright © 2017 JBoss by Red Hat. All rights reserved.