public class JsonESDocumentWriter extends Object
| Constructor and Description |
|---|
JsonESDocumentWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeContextParameters(com.fasterxml.jackson.core.JsonGenerator jg,
DocumentModel doc,
Map<String,String> contextParameters) |
void |
writeESDocument(com.fasterxml.jackson.core.JsonGenerator jg,
DocumentModel doc,
String[] schemas,
Map<String,String> contextParameters) |
protected static void |
writeProperties(com.fasterxml.jackson.core.JsonGenerator jg,
DocumentModel doc,
String schema,
javax.servlet.ServletRequest request) |
protected void |
writeSchemas(com.fasterxml.jackson.core.JsonGenerator jg,
DocumentModel doc,
String[] schemas) |
protected void |
writeSystemProperties(com.fasterxml.jackson.core.JsonGenerator jg,
DocumentModel doc) |
public JsonESDocumentWriter()
protected void writeSystemProperties(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc) throws IOException
IOExceptionprotected void writeSchemas(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, String[] schemas) throws IOException
IOExceptionprotected void writeContextParameters(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, Map<String,String> contextParameters) throws IOException
IOExceptionpublic void writeESDocument(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, String[] schemas, Map<String,String> contextParameters) throws IOException
IOExceptionprotected static void writeProperties(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, String schema, javax.servlet.ServletRequest request) throws IOException
IOExceptionCopyright © 2019 Nuxeo. All rights reserved.