public class BaseJsonGenerator
extends com.fasterxml.jackson.core.util.JsonGeneratorDelegate
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.core.base.GeneratorBase |
base |
Constructor and Description |
---|
BaseJsonGenerator(com.fasterxml.jackson.core.JsonGenerator generator) |
BaseJsonGenerator(com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.core.JsonGenerator base) |
Modifier and Type | Method and Description |
---|---|
void |
writeEndRaw() |
protected void |
writeRawValue(byte[] content,
int offset,
int length,
OutputStream bos) |
protected void |
writeRawValue(byte[] content,
OutputStream bos) |
protected void |
writeRawValue(BytesReference content,
OutputStream bos) |
protected void |
writeRawValue(InputStream content,
OutputStream bos) |
protected void |
writeStartRaw(String fieldName) |
canOmitFields, canUseSchema, canWriteBinaryNatively, canWriteObjectId, canWriteTypeId, close, copyCurrentEvent, copyCurrentStructure, disable, enable, flush, getCharacterEscapes, getCodec, getCurrentValue, getDelegate, getFeatureMask, getHighestEscapedChar, getOutputBuffered, getOutputContext, getOutputTarget, getPrettyPrinter, getSchema, isClosed, isEnabled, setCharacterEscapes, setCodec, setCurrentValue, setFeatureMask, setHighestNonEscapedChar, setPrettyPrinter, setRootValueSeparator, setSchema, useDefaultPrettyPrinter, version, writeBinary, writeBinary, writeBoolean, writeEndArray, writeEndObject, writeFieldName, writeFieldName, writeNull, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeNumber, writeObject, writeObjectId, writeObjectRef, writeOmittedField, writeRaw, writeRaw, writeRaw, writeRaw, writeRaw, writeRawUTF8String, writeRawValue, writeRawValue, writeRawValue, writeStartArray, writeStartArray, writeStartObject, writeString, writeString, writeString, writeTree, writeTypeId, writeUTF8String
_reportError, _reportUnsupportedOperation, _throwInternal, _writeSimpleObject, configure, getFormatFeatures, overrideFormatFeatures, overrideStdFeatures, writeArrayFieldStart, writeBinary, writeBinary, writeBinary, writeBinaryField, writeBooleanField, writeNullField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeObjectField, writeObjectFieldStart, writeRawValue, writeStringField
public BaseJsonGenerator(com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.core.JsonGenerator base)
public BaseJsonGenerator(com.fasterxml.jackson.core.JsonGenerator generator)
protected void writeStartRaw(String fieldName) throws IOException
IOException
public void writeEndRaw()
protected void writeRawValue(byte[] content, OutputStream bos) throws IOException
IOException
protected void writeRawValue(byte[] content, int offset, int length, OutputStream bos) throws IOException
IOException
protected void writeRawValue(InputStream content, OutputStream bos) throws IOException
IOException
protected void writeRawValue(BytesReference content, OutputStream bos) throws IOException
IOException
Copyright © 2009–2016. All rights reserved.