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(com.fasterxml.jackson.core.JsonParser jp)
Builds and returns a POJO from the JSON object
|
protected void |
readDocumentEntries(com.fasterxml.jackson.core.JsonParser jp,
Documents docs) |
protected Documents |
readDocuments(com.fasterxml.jackson.core.JsonParser jp) |
protected Documents |
readPaginableDocuments(com.fasterxml.jackson.core.JsonParser jp) |
void |
write(com.fasterxml.jackson.core.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(com.fasterxml.jackson.core.JsonGenerator jg, Object value) throws IOException
JsonMarshallerwrite in interface JsonMarshaller<Documents>IOExceptionprotected void readDocumentEntries(com.fasterxml.jackson.core.JsonParser jp, Documents docs) throws IOException
IOExceptionprotected Documents readDocuments(com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOExceptionprotected Documents readPaginableDocuments(com.fasterxml.jackson.core.JsonParser jp) throws IOException
IOExceptionpublic Documents read(com.fasterxml.jackson.core.JsonParser jp) throws IOException
JsonMarshallerread in interface JsonMarshaller<Documents>IOExceptionCopyright © 2019 Nuxeo. All rights reserved.