Class FormMarshaller.GetterMethod
- java.lang.Object
-
- org.jboss.resteasy.client.core.marshallers.FormMarshaller.GetterMethod
-
- Enclosing class:
- FormMarshaller
private static class FormMarshaller.GetterMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description Marshaller
marshaller
java.lang.reflect.Method
method
-
Constructor Summary
Constructors Modifier Constructor Description private
GetterMethod(java.lang.reflect.Method method, Marshaller marshaller)
-
-
-
Field Detail
-
method
public java.lang.reflect.Method method
-
marshaller
public Marshaller marshaller
-
-
Constructor Detail
-
GetterMethod
private GetterMethod(java.lang.reflect.Method method, Marshaller marshaller)
-
-