public class CborXContentGenerator extends JsonXContentGenerator
generator| Constructor and Description |
|---|
CborXContentGenerator(com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
java.io.OutputStream os,
java.util.Set<java.lang.String> includes,
java.util.Set<java.lang.String> excludes) |
| Modifier and Type | Method and Description |
|---|---|
XContentType |
contentType() |
protected boolean |
supportsRawWrites()
Whether this generator supports writing raw data directly
|
void |
usePrintLineFeedAtEnd() |
close, copyCurrentStructure, copyRawValue, flush, isClosed, isPrettyPrint, usePrettyPrint, writeBinary, writeBinary, writeBinaryField, writeBoolean, writeBooleanField, writeEndArray, writeEndObject, writeEndRaw, writeFieldName, writeNull, writeNullField, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeRawField, writeRawField, writeRawField, writeRawField, writeRawValue, writeRawValue, writeStartArray, writeStartObject, writeString, writeString, writeStringField, writeUTF8Stringpublic CborXContentGenerator(com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
java.io.OutputStream os,
java.util.Set<java.lang.String> includes,
java.util.Set<java.lang.String> excludes)
public XContentType contentType()
contentType in interface XContentGeneratorcontentType in class JsonXContentGeneratorpublic void usePrintLineFeedAtEnd()
usePrintLineFeedAtEnd in interface XContentGeneratorusePrintLineFeedAtEnd in class JsonXContentGeneratorprotected boolean supportsRawWrites()
JsonXContentGeneratorsupportsRawWrites in class JsonXContentGenerator