public class QuotelessStringGenerator
extends com.fasterxml.jackson.core.util.JsonGeneratorDelegate
| Constructor and Description |
|---|
QuotelessStringGenerator(com.fasterxml.jackson.core.JsonGenerator delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeString(char[] text,
int offset,
int len) |
void |
writeString(com.fasterxml.jackson.core.SerializableString text) |
void |
writeString(String text) |
canOmitFields, canUseSchema, canWriteBinaryNatively, canWriteObjectId, canWriteTypeId, close, copyCurrentEvent, copyCurrentStructure, disable, enable, flush, getCharacterEscapes, getCodec, getCurrentValue, getDelegate, getFeatureMask, getHighestEscapedChar, getOutputBuffered, getOutputContext, getOutputTarget, getPrettyPrinter, getSchema, isClosed, isEnabled, overrideFormatFeatures, overrideStdFeatures, setCharacterEscapes, setCodec, setCurrentValue, setFeatureMask, setHighestNonEscapedChar, setPrettyPrinter, setRootValueSeparator, setSchema, useDefaultPrettyPrinter, version, writeArray, writeArray, writeArray, writeBinary, writeBinary, writeBoolean, writeEmbeddedObject, writeEndArray, writeEndObject, writeFieldId, 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, writeStartArray, writeStartArray, writeStartObject, writeStartObject, writeStartObject, writeString, writeTree, writeTypeId, writeUTF8String_copyCurrentContents, _reportError, _reportUnsupportedOperation, _throwInternal, _verifyOffsets, _writeSimpleObject, canWriteFormattedNumbers, configure, getFormatFeatures, isEnabled, writeArrayFieldStart, writeBinary, writeBinary, writeBinary, writeBinaryField, writeBooleanField, writeNullField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeNumberField, writeObjectField, writeObjectFieldStart, writeRawValue, writeStringField, writeTypePrefix, writeTypeSuffixpublic QuotelessStringGenerator(com.fasterxml.jackson.core.JsonGenerator delegate)
public void writeString(String text) throws IOException
writeString in class com.fasterxml.jackson.core.util.JsonGeneratorDelegateIOExceptionpublic void writeString(com.fasterxml.jackson.core.SerializableString text)
throws IOException
writeString in class com.fasterxml.jackson.core.util.JsonGeneratorDelegateIOExceptionpublic void writeString(char[] text,
int offset,
int len)
throws IOException
writeString in class com.fasterxml.jackson.core.util.JsonGeneratorDelegateIOExceptionCopyright © 2020. All rights reserved.