public class DocumentsMarshaller extends Object implements JsonMarshaller<Documents>
| Constructor and Description | 
|---|
DocumentsMarshaller()  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<Documents> | 
getJavaType()
The marshalled java type 
 | 
String | 
getType()
The type name that appears in serialization 
 | 
Documents | 
read(org.codehaus.jackson.JsonParser jp)
Builds and returns a POJO from the JSON object 
 | 
void | 
write(org.codehaus.jackson.JsonGenerator jg,
     Object value)
Writes the POJO object to the JsonGenerator 
 | 
public String getType()
JsonMarshallergetType in interface JsonMarshaller<Documents>public Class<Documents> getJavaType()
JsonMarshallergetJavaType in interface JsonMarshaller<Documents>public void write(org.codehaus.jackson.JsonGenerator jg,
         Object value)
           throws IOException
JsonMarshallerwrite in interface JsonMarshaller<Documents>IOExceptionpublic Documents read(org.codehaus.jackson.JsonParser jp) throws IOException
JsonMarshallerread in interface JsonMarshaller<Documents>IOExceptionCopyright © 2015 Nuxeo SA. All rights reserved.