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()
JsonMarshaller
getType
in interface JsonMarshaller<Documents>
public Class<Documents> getJavaType()
JsonMarshaller
getJavaType
in interface JsonMarshaller<Documents>
public void write(org.codehaus.jackson.JsonGenerator jg, Object value) throws IOException
JsonMarshaller
write
in interface JsonMarshaller<Documents>
IOException
protected void readDocumentEntries(org.codehaus.jackson.JsonParser jp, Documents docs) throws IOException
IOException
protected Documents readDocuments(org.codehaus.jackson.JsonParser jp) throws IOException
IOException
protected Documents readPaginableDocuments(org.codehaus.jackson.JsonParser jp) throws IOException
IOException
public Documents read(org.codehaus.jackson.JsonParser jp) throws IOException
JsonMarshaller
read
in interface JsonMarshaller<Documents>
IOException
Copyright © 2016 Nuxeo SA. All rights reserved.