Package com.consol.citrus.http.model
Class FormMarshaller
- java.lang.Object
-
- com.consol.citrus.http.model.FormMarshaller
-
- All Implemented Interfaces:
Marshaller,Unmarshaller
public class FormMarshaller extends Object implements Marshaller, Unmarshaller
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description FormMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(Object graph, Result result)Objectunmarshal(Source source)
-
-
-
Method Detail
-
marshal
public void marshal(Object graph, Result result)
- Specified by:
marshalin interfaceMarshaller
-
unmarshal
public Object unmarshal(Source source)
- Specified by:
unmarshalin interfaceUnmarshaller
-
-