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
IOException
protected void writeSchemas(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, String[] schemas) throws IOException
IOException
protected void writeContextParameters(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, Map<String,String> contextParameters) throws IOException
IOException
public void writeESDocument(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, String[] schemas, Map<String,String> contextParameters) throws IOException
IOException
protected static void writeProperties(com.fasterxml.jackson.core.JsonGenerator jg, DocumentModel doc, String schema, javax.servlet.ServletRequest request) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.