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
|
protected void |
readDocumentEntries(org.codehaus.jackson.JsonParser jp,
Documents docs) |
protected Documents |
readDocuments(org.codehaus.jackson.JsonParser jp) |
protected Documents |
readPaginableDocuments(org.codehaus.jackson.JsonParser jp) |
void |
write(org.codehaus.jackson.JsonGenerator jg,
Object value)
Writes the POJO object to the JsonGenerator
|
public DocumentsMarshaller()
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>IOExceptionprotected void readDocumentEntries(org.codehaus.jackson.JsonParser jp, Documents docs) throws IOException
IOExceptionprotected Documents readDocuments(org.codehaus.jackson.JsonParser jp) throws IOException
IOExceptionprotected Documents readPaginableDocuments(org.codehaus.jackson.JsonParser jp) throws IOException
IOExceptionpublic Documents read(org.codehaus.jackson.JsonParser jp) throws IOException
JsonMarshallerread in interface JsonMarshaller<Documents>IOExceptionCopyright © 2016 Nuxeo SA. All rights reserved.