public class AbstractTypeDefWriter extends Object
Constructor and Description |
---|
AbstractTypeDefWriter() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildComplexFields(org.codehaus.jackson.JsonGenerator jg,
Field field) |
protected org.codehaus.jackson.JsonGenerator |
getGenerator(OutputStream entityStream) |
protected void |
writeDocType(org.codehaus.jackson.JsonGenerator jg,
DocumentType docType,
boolean expandSchemas) |
protected void |
writeFacet(org.codehaus.jackson.JsonGenerator jg,
CompositeType facet,
boolean expandSchemas) |
protected void |
writeField(org.codehaus.jackson.JsonGenerator jg,
Field field) |
protected void |
writeSchema(org.codehaus.jackson.JsonGenerator jg,
Schema schema) |
protected void |
writeSchemaObject(org.codehaus.jackson.JsonGenerator jg,
Schema schema) |
public AbstractTypeDefWriter()
protected org.codehaus.jackson.JsonGenerator getGenerator(OutputStream entityStream) throws IOException
IOException
protected void writeSchema(org.codehaus.jackson.JsonGenerator jg, Schema schema) throws IOException
IOException
protected void writeSchemaObject(org.codehaus.jackson.JsonGenerator jg, Schema schema) throws IOException
IOException
protected void writeDocType(org.codehaus.jackson.JsonGenerator jg, DocumentType docType, boolean expandSchemas) throws IOException
IOException
protected void writeField(org.codehaus.jackson.JsonGenerator jg, Field field) throws IOException
IOException
protected void buildComplexFields(org.codehaus.jackson.JsonGenerator jg, Field field) throws IOException
IOException
protected void writeFacet(org.codehaus.jackson.JsonGenerator jg, CompositeType facet, boolean expandSchemas) throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.