- calcHash(int) - Method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- calcHash(int, int) - Method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- calcHash(int, int, int) - Method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- calcHash(int[], int) - Method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- calcHash(char[], int, int) - Method in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Implementation of a hashing method for variable length
Strings.
- calcHash(String) - Method in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
- calloc(int) - Method in class com.fasterxml.jackson.core.util.BufferRecycler
-
- canHandleBinaryNatively() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Introspection method that higher-level functionality may call
to see whether underlying data format can read and write binary
data natively; that is, embeded it as-is without using encodings
such as Base64.
- canOmitFields() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Introspection method to call to check whether it is ok to omit
writing of Object fields or not.
- canOmitFields() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- canReadObjectId() - Method in class com.fasterxml.jackson.core.JsonParser
-
Introspection method that may be called to see if the underlying
data format supports some kind of Object Ids natively (many do not;
for example, JSON doesn't).
- canReadObjectId() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- canReadTypeId() - Method in class com.fasterxml.jackson.core.JsonParser
-
Introspection method that may be called to see if the underlying
data format supports some kind of Type Ids natively (many do not;
for example, JSON doesn't).
- canReadTypeId() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- canUseCharArrays() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Introspection method that can be used by base factory to check
whether access using
char[]
is something that actual
parser implementations can take advantage of, over having to
use
Reader
.
- canUseSchema(FormatSchema) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method that can be used to quickly check whether given schema
is something that parsers and/or generators constructed by this
factory could use.
- canUseSchema(FormatSchema) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- canUseSchema(FormatSchema) - Method in class com.fasterxml.jackson.core.JsonParser
-
- canUseSchema(FormatSchema) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- canUseSchema(FormatSchema) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- canWriteBinaryNatively() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Introspection method that may be called to see if the underlying
data format supports "native" binary data; that is, an efficient
output of binary content without encoding.
- canWriteBinaryNatively() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- canWriteFormattedNumbers() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- canWriteFormattedNumbers() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- canWriteObjectId() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Introspection method that may be called to see if the underlying
data format supports some kind of Object Ids natively (many do not;
for example, JSON doesn't).
- canWriteObjectId() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- canWriteTypeId() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Introspection method that may be called to see if the underlying
data format supports some kind of Type Ids natively (many do not;
for example, JSON doesn't).
- canWriteTypeId() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- CHAR_CONCAT_BUFFER - Static variable in class com.fasterxml.jackson.core.util.BufferRecycler
-
- CHAR_NAME_COPY_BUFFER - Static variable in class com.fasterxml.jackson.core.util.BufferRecycler
-
- CHAR_NULL - Static variable in class com.fasterxml.jackson.core.base.ParserBase
-
- CHAR_TEXT_BUFFER - Static variable in class com.fasterxml.jackson.core.util.BufferRecycler
-
- CHAR_TOKEN_BUFFER - Static variable in class com.fasterxml.jackson.core.util.BufferRecycler
-
- CharacterEscapes - Class in com.fasterxml.jackson.core.io
-
Abstract base class that defines interface for customizing character
escaping aspects for String values, for formats that use escaping.
- CharacterEscapes() - Constructor for class com.fasterxml.jackson.core.io.CharacterEscapes
-
- charBufferLength(int) - Method in class com.fasterxml.jackson.core.util.BufferRecycler
-
- charLength() - Method in class com.fasterxml.jackson.core.io.SerializedString
-
Returns length of the String as characters
- charLength() - Method in interface com.fasterxml.jackson.core.SerializableString
-
Returns length of the (unquoted) String as characters.
- CharsToNameCanonicalizer - Class in com.fasterxml.jackson.core.sym
-
This class is a kind of specialized type-safe Map, from char array to
String value.
- charToHex(int) - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- CharTypes - Class in com.fasterxml.jackson.core.io
-
- CharTypes() - Constructor for class com.fasterxml.jackson.core.io.CharTypes
-
- checkValue(TokenFilter) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Method called to check whether value is to be included at current output
position, either as Object property, Array element, or root value.
- child() - Method in class com.fasterxml.jackson.core.json.DupDetector
-
- clearAndGetParent() - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- clearAndGetParent() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- clearCurrentToken() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- clearCurrentToken() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- clearCurrentToken() - Method in class com.fasterxml.jackson.core.JsonParser
-
- clearCurrentToken() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- close() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- close() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- close() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- close() - Method in class com.fasterxml.jackson.core.io.MergedStream
-
- close() - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- close() - Method in class com.fasterxml.jackson.core.io.UTF32Reader
-
- close() - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- close() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- close() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- close() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method called to close this generator, so that no more content
can be written.
- close() - Method in class com.fasterxml.jackson.core.JsonParser
-
Closes the parser so that no further iteration or data access
can be made; will also close the underlying input source
if parser either
owns the input source, or feature
JsonParser.Feature.AUTO_CLOSE_SOURCE
is enabled.
- close() - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
- close() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- close() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- close() - Method in class com.fasterxml.jackson.core.util.JsonParserSequence
-
- closeArray(JsonGenerator) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- closeObject(JsonGenerator) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- collectDefaults() - Static method in enum com.fasterxml.jackson.core.JsonFactory.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- collectDefaults() - Static method in enum com.fasterxml.jackson.core.JsonGenerator.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- collectDefaults() - Static method in enum com.fasterxml.jackson.core.JsonParser.Feature
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- collisionCount() - Method in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Method mostly needed by unit tests; calculates number of
entries that are in collision list.
- com.fasterxml.jackson.core - package com.fasterxml.jackson.core
-
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (
JsonParser
)
and generator
(
JsonGenerator
)
instances.
- com.fasterxml.jackson.core.base - package com.fasterxml.jackson.core.base
-
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
- com.fasterxml.jackson.core.filter - package com.fasterxml.jackson.core.filter
-
- com.fasterxml.jackson.core.format - package com.fasterxml.jackson.core.format
-
Package that contains interfaces needed for dynamic, pluggable
format (auto)detection; as well as basic utility classes for
simple format detection functionality.
- com.fasterxml.jackson.core.io - package com.fasterxml.jackson.core.io
-
- com.fasterxml.jackson.core.json - package com.fasterxml.jackson.core.json
-
JSON-specific parser and generator implementation classes that
Jackson defines and uses.
- com.fasterxml.jackson.core.sym - package com.fasterxml.jackson.core.sym
-
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
- com.fasterxml.jackson.core.type - package com.fasterxml.jackson.core.type
-
Contains classes needed for type introspection, mostly used by data binding
functionality.
- com.fasterxml.jackson.core.util - package com.fasterxml.jackson.core.util
-
Utility classes used by Jackson Core functionality.
- compareTo(TypeReference<T>) - Method in class com.fasterxml.jackson.core.type.TypeReference
-
The only reason we define this method (and require implementation
of Comparable
) is to prevent constructing a
reference without type information.
- compareTo(Version) - Method in class com.fasterxml.jackson.core.Version
-
- compile(String) - Static method in class com.fasterxml.jackson.core.JsonPointer
-
Factory method that parses given input and construct matching pointer
instance, if it represents a valid JSON Pointer: if not, a
IllegalArgumentException
is thrown.
- completeAndCoalesce(int) - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
Method that will complete "manual" output process, coalesce
content (if necessary) and return results as a contiguous buffer.
- configure(JsonFactory.Feature, boolean) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for enabling or disabling specified parser feature
(check
JsonParser.Feature
for list of features)
- configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for enabling or disabling specified parser feature
(check
JsonParser.Feature
for list of features)
- configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for enabling or disabling specified generator feature
(check
JsonGenerator.Feature
for list of features)
- configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for enabling or disabling specified feature:
check
JsonGenerator.Feature
for list of available features.
- configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method for enabling or disabling specified feature
(check
JsonParser.Feature
for list of features)
- construct(String, int, int[], int) - Static method in class com.fasterxml.jackson.core.sym.NameN
-
- constructParser(int, ObjectCodec, ByteQuadsCanonicalizer, CharsToNameCanonicalizer, int) - Method in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- constructReader() - Method in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- constructTextBuffer() - Method in class com.fasterxml.jackson.core.io.IOContext
-
- containedParsersCount() - Method in class com.fasterxml.jackson.core.util.JsonParserSequence
-
Method that is most useful for debugging or testing;
returns actual number of underlying parsers sequence
was constructed with (nor just ones remaining active)
- containedType(int) - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Method for accessing definitions of contained ("child")
types.
- containedTypeCount() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Method for checking how many contained types this type
has.
- containedTypeName(int) - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Method for accessing name of type variable in indicated
position.
- contentsAsArray() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
- contentsAsDecimal() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
Convenience method for converting contents of the buffer
into a
BigDecimal
.
- contentsAsDouble() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
Convenience method for converting contents of the buffer
into a Double value.
- contentsAsString() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
- contentsToWriter(Writer) - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
- convertNumberToBigDecimal() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- convertNumberToBigInteger() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- convertNumberToDouble() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- convertNumberToInt() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- convertNumberToLong() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- convertSurrogate(int) - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
Method called to calculate UTF codepoint, from a surrogate pair.
- copy() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing a new
JsonFactory
that has
the same settings as this instance, but is otherwise
independent (i.e.
- copyCurrentEvent(JsonParser) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for copying contents of the current event that
the given parser instance points to.
- copyCurrentEvent(JsonParser) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- copyCurrentStructure(JsonParser) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for copying contents of the current event
and following events that it encloses
the given parser instance points to.
- copyCurrentStructure(JsonParser) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- copyHexBytes() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- copyHexChars() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- createArrayNode() - Method in class com.fasterxml.jackson.core.ObjectCodec
-
Method for construct root level Array nodes
for Tree Model instances.
- createArrayNode() - Method in class com.fasterxml.jackson.core.TreeCodec
-
- createChildArrayContext(TokenFilter, boolean) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- createChildArrayContext(int, int) - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- createChildArrayContext() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- createChildObjectContext(TokenFilter, boolean) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- createChildObjectContext(int, int) - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- createChildObjectContext() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- createFlattened(boolean, JsonParser, JsonParser) - Static method in class com.fasterxml.jackson.core.util.JsonParserSequence
-
Method that will construct a parser (possibly a sequence) that
contains all given sub-parsers.
- createFlattened(JsonParser, JsonParser) - Static method in class com.fasterxml.jackson.core.util.JsonParserSequence
-
- createGenerator(OutputStream, JsonEncoding) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing JSON generator for writing JSON content
using specified output stream.
- createGenerator(OutputStream) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Convenience method for constructing generator that uses default
encoding of the format (UTF-8 for JSON and most other data formats).
- createGenerator(Writer) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing JSON generator for writing JSON content
using specified Writer.
- createGenerator(File, JsonEncoding) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing JSON generator for writing JSON content
to specified file, overwriting contents it might have (or creating
it if such file does not yet exist).
- createGenerator(DataOutput, JsonEncoding) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing generator for writing content using specified
DataOutput
instance.
- createGenerator(DataOutput) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Convenience method for constructing generator that uses default
encoding of the format (UTF-8 for JSON and most other data formats).
- createInstance() - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- createInstance() - Method in interface com.fasterxml.jackson.core.util.Instantiatable
-
Method called to ensure that we have a non-blueprint object to use;
it is either this object (if stateless), or a newly created object
with separate state.
- createJsonGenerator(OutputStream, JsonEncoding) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonGenerator(Writer) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonGenerator(OutputStream) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(File) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(URL) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(InputStream) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(Reader) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(byte[]) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(byte[], int, int) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createJsonParser(String) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createMatcher(JsonFactory, MatchStrength) - Method in class com.fasterxml.jackson.core.format.InputAccessor.Std
-
- createObjectNode() - Method in class com.fasterxml.jackson.core.ObjectCodec
-
Method for construct root level Object nodes
for Tree Model instances.
- createObjectNode() - Method in class com.fasterxml.jackson.core.TreeCodec
-
- createParser(File) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing JSON parser instance to parse
contents of specified file.
- createParser(URL) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing JSON parser instance to parse
contents of resource reference by given URL.
- createParser(InputStream) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing JSON parser instance to parse
the contents accessed via specified input stream.
- createParser(Reader) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing parser for parsing
the contents accessed via specified Reader.
- createParser(byte[]) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing parser for parsing
the contents of given byte array.
- createParser(byte[], int, int) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing parser for parsing
the contents of given byte array.
- createParser(String) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing parser for parsing
contents of given String.
- createParser(char[]) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing parser for parsing
contents of given char array.
- createParser(char[], int, int) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for constructing parser for parsing contents of given char array.
- createParser(DataInput) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- createParserWithMatch() - Method in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Convenience method for trying to construct a
JsonParser
for
parsing content which is assumed to be in detected data format.
- createRoot() - Static method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Factory method to call to create a symbol table instance with a
randomized seed value.
- createRoot(int) - Static method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Factory method that should only be called from unit tests, where seed
value should remain the same.
- createRoot() - Static method in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Method called to create root canonicalizer for a
JsonFactory
instance.
- createRoot(int) - Static method in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
- createRootContext(TokenFilter) - Static method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- createRootContext(int, int, DupDetector) - Static method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- createRootContext(DupDetector) - Static method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- createRootContext() - Static method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
Deprecated.
Since 2.3; use method that takes argument
- createRootContext(DupDetector) - Static method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- currentToken() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- currentToken() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- currentToken() - Method in class com.fasterxml.jackson.core.JsonParser
-
Accessor to find which token parser currently points to, if any;
null will be returned if none.
- currentToken() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- currentTokenId() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- currentTokenId() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- currentTokenId() - Method in class com.fasterxml.jackson.core.JsonParser
-
- currentTokenId() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- GeneratorBase - Class in com.fasterxml.jackson.core.base
-
This base class implements part of API that a JSON generator exposes
to applications, adds shared internal methods that sub-classes
can use and adds some abstract methods sub-classes must implement.
- GeneratorBase(int, ObjectCodec) - Constructor for class com.fasterxml.jackson.core.base.GeneratorBase
-
- GeneratorBase(int, ObjectCodec, JsonWriteContext) - Constructor for class com.fasterxml.jackson.core.base.GeneratorBase
-
- get(String) - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method for accessing value of the specified field of
an object node.
- get(int) - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method for accessing value of the specified element of
an array node.
- get7BitOutputEscapes() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
Accessor for getting a read-only encoding table for first 128 Unicode
code points (single-byte UTF-8 characters).
- getAndClear() - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
Main access method that will construct a String that contains
all the contents, release all internal buffers we may have,
and return result String.
- getArtifactId() - Method in class com.fasterxml.jackson.core.Version
-
- getBigIntegerValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getBigIntegerValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getBigIntegerValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT
and
it can not be used as a Java long primitive type due to its
magnitude.
- getBigIntegerValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be used to read (and consume -- results
may not be accessible using other methods after the call)
base64-encoded binary data
included in the current textual JSON value.
- getBinaryValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getBooleanValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getBooleanValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getBooleanValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getByteOffset() - Method in class com.fasterxml.jackson.core.JsonLocation
-
- getByteValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getByteValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT
and
it can be expressed as a value of Java byte primitive type.
- getByteValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getCharacterEscapes() - Method in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
Method for accessing custom escapes factory uses for
JsonGenerator
s
it creates.
- getCharacterEscapes() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for accessing custom escapes factory uses for
JsonGenerator
s
it creates.
- getCharacterEscapes() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for accessing custom escapes factory uses for
JsonGenerator
s
it creates.
- getCharacterEscapes() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getCharOffset() - Method in class com.fasterxml.jackson.core.JsonLocation
-
- getCodec() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- getCodec() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getCodec() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getCodec() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getCodec() - Method in class com.fasterxml.jackson.core.JsonFactory
-
- getCodec() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- getCodec() - Method in class com.fasterxml.jackson.core.JsonParser
-
Accessor for
ObjectCodec
associated with this
parser, if any.
- getCodec() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getCodec() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getColumnNr() - Method in class com.fasterxml.jackson.core.JsonLocation
-
- getContentType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Method for accessing content type of this type, if type has
such a thing: simple types do not, structured types do
(like arrays, Collections and Maps)
- getCurrentIndex() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method that returns location of the last processed character;
usually for error reporting purposes
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that returns location of the last processed character;
usually for error reporting purposes.
- getCurrentLocation() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getCurrentName() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method that can be called to get the name associated with
the current event.
- getCurrentName() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getCurrentName() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getCurrentName() - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- getCurrentName() - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- getCurrentName() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- getCurrentName() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be called to get the name associated with
the current token: for
JsonToken.FIELD_NAME
s it will
be the same as what
JsonParser.getText()
returns;
for field values it will be preceding field name;
and for others (array values, root-level values) null.
- getCurrentName() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
Method for accessing name associated with the current location.
- getCurrentName() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getCurrentSegment() - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
- getCurrentSegment() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
- getCurrentSegmentLength() - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
- getCurrentSegmentSize() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
- getCurrentToken() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getCurrentToken() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getCurrentToken() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getCurrentToken() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getCurrentTokenId() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getCurrentTokenId() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getCurrentTokenId() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getCurrentTokenId() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Helper method, usually equivalent to:
getOutputContext().getCurrentValue();
- getCurrentValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Helper method, usually equivalent to:
getParsingContext().getCurrentValue();
- getCurrentValue() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
Method for accessing currently active value being used by data-binding
(as the source of streaming data to write, or destination of data being
read), at this level in hierarchy.
- getCurrentValue() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getCurrentValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getDataStream() - Method in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Method to use for accessing input for which format detection has been done.
- getDecimalValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getDecimalValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getDecimalValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getDecimalValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getDefaultVariant() - Static method in class com.fasterxml.jackson.core.Base64Variants
-
Method used to get the default variant ("MIME_NO_LINEFEEDS") for cases
where caller does not explicitly specify the variant.
- getDelegate() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getDoubleValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getDoubleValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getDoubleValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_FLOAT
and
it can be expressed as a Java double primitive type.
- getDoubleValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getDupDetector() - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- getDupDetector() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- getEmbeddedObject() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getEmbeddedObject() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getEmbeddedObject() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getEmptyName() - Static method in class com.fasterxml.jackson.core.sym.Name1
-
- getEncoding() - Method in class com.fasterxml.jackson.core.io.IOContext
-
- getEntryCount() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
- getEol() - Method in class com.fasterxml.jackson.core.util.DefaultIndenter
-
- getEscapeCodesForAscii() - Method in class com.fasterxml.jackson.core.io.CharacterEscapes
-
Method generators can call to get lookup table for determining
escape handling for first 128 characters of Unicode (ASCII
characters.
- getEscapeCodesForAscii() - Method in class com.fasterxml.jackson.core.JsonpCharacterEscapes
-
- getEscapeSequence(int) - Method in class com.fasterxml.jackson.core.io.CharacterEscapes
-
Method generators can call to get lookup table for determining
exact escape sequence to use for given character.
- getEscapeSequence(int) - Method in class com.fasterxml.jackson.core.JsonpCharacterEscapes
-
- getFactory() - Method in class com.fasterxml.jackson.core.ObjectCodec
-
Accessor for finding underlying data format factory
(
JsonFactory
) codec will use for data binding.
- getFeatureMask() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- getFeatureMask() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- getFeatureMask() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getFeatureMask() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getFeatureMask() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getFilter() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- getFilter() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getFilter() - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- getFilterContext() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- getFloatValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getFloatValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getFloatValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_FLOAT
and
it can be expressed as a Java float primitive type.
- getFloatValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getFormatFeatures() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Bulk access method for getting state of all
FormatFeature
s, format-specific
on/off configuration settings.
- getFormatFeatures() - Method in class com.fasterxml.jackson.core.JsonParser
-
Bulk access method for getting state of all
FormatFeature
s, format-specific
on/off configuration settings.
- getFormatName() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method that returns short textual id identifying format
this factory supports.
- getFormatReadFeatureType() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for accessing kind of
FormatFeature
that a parser
JsonParser
produced by this factory would accept, if any;
null
returned if none.
- getFormatWriteFeatureType() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for accessing kind of
FormatFeature
that a parser
JsonGenerator
produced by this factory would accept, if any;
null
returned if none.
- getGroupId() - Method in class com.fasterxml.jackson.core.Version
-
- getHighestEscapedChar() - Method in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
- getHighestEscapedChar() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Accessor method for testing what is the highest unescaped character
configured for this generator.
- getHighestEscapedChar() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getIndent() - Method in class com.fasterxml.jackson.core.util.DefaultIndenter
-
- getInputCodeComment() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- getInputCodeLatin1() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- getInputCodeLatin1JsNames() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- getInputCodeUtf8() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- getInputCodeUtf8JsNames() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- getInputCodeWS() - Static method in class com.fasterxml.jackson.core.io.CharTypes
-
- getInputDecorator() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for getting currently configured input decorator (if any;
there is no default decorator).
- getInputSource() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getInputSource() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getInputSource() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getInputSource() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be used to get access to object that is used
to access input being parsed; this is usually either
InputStream
or
Reader
, depending on what
parser was constructed with.
- getInputSource() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getInstance() - Static method in class com.fasterxml.jackson.core.io.JsonStringEncoder
-
Factory method for getting an instance; this is either recycled per-thread instance,
or a newly constructed one.
- getIntValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getIntValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getIntValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT
and
it can be expressed as a value of Java int primitive type.
- getIntValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getJavaName() - Method in enum com.fasterxml.jackson.core.JsonEncoding
-
Method for accessing encoding name that JDK will support.
- getJsonFactory() - Method in class com.fasterxml.jackson.core.ObjectCodec
-
- getKeyType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Method for accessing key type for this type, assuming type
has such a concept (only Map types do)
- getLastClearedToken() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getLastClearedToken() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getLastClearedToken() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getLastClearedToken() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getLineNr() - Method in class com.fasterxml.jackson.core.JsonLocation
-
- getLocation() - Method in exception com.fasterxml.jackson.core.JsonProcessingException
-
- getLongValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getLongValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getLongValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT
and
it can be expressed as a Java long primitive type.
- getLongValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getMajorVersion() - Method in class com.fasterxml.jackson.core.Version
-
- getMask() - Method in interface com.fasterxml.jackson.core.FormatFeature
-
Returns bit mask for this feature instance; must be a single bit,
that is of form (1 << N)
- getMask() - Method in enum com.fasterxml.jackson.core.JsonFactory.Feature
-
- getMask() - Method in enum com.fasterxml.jackson.core.JsonGenerator.Feature
-
- getMask() - Method in enum com.fasterxml.jackson.core.JsonParser.Feature
-
- getMatch() - Method in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Accessor for
JsonFactory
that represents format that data matched.
- getMatchCount() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
Accessor for finding number of matches, where specific token and sub-tree
starting (if structured type) are passed.
- getMatchCount() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
Accessor for finding number of matches, where specific token and sub-tree
starting (if structured type) are passed.
- getMatchedFormatName() - Method in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Accessor for getting brief textual name of matched format if any (null
if none).
- getMatchingIndex() - Method in class com.fasterxml.jackson.core.JsonPointer
-
- getMatchingProperty() - Method in class com.fasterxml.jackson.core.JsonPointer
-
- getMatchStrength() - Method in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
- getMaxLineLength() - Method in class com.fasterxml.jackson.core.Base64Variant
-
- getMessage() - Method in exception com.fasterxml.jackson.core.JsonParseException
-
Overriding the getMessage() to include the request body
- getMessage() - Method in exception com.fasterxml.jackson.core.JsonProcessingException
-
Default method overridden so that we can add location information
- getMessageSuffix() - Method in exception com.fasterxml.jackson.core.JsonProcessingException
-
Accessor that sub-classes can override to append additional
information right after the main message, but before
source location information.
- getMinorVersion() - Method in class com.fasterxml.jackson.core.Version
-
- getName() - Method in class com.fasterxml.jackson.core.Base64Variant
-
- getName() - Method in class com.fasterxml.jackson.core.sym.Name
-
- getNextChar(String) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Deprecated.
- getNextChar(String, JsonToken) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getNumberType() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getNumberType() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getNumberType() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getNumberType() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getNumberValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getNumberValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getNumberValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Generic number value accessor method that will work for
all kinds of numeric values.
- getNumberValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getObjectId() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be called to check whether current token
(one that was just read) has an associated Object id, and if
so, return it.
- getObjectId() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getOriginalMessage() - Method in exception com.fasterxml.jackson.core.JsonProcessingException
-
- getOutputBuffered() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- getOutputBuffered() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- getOutputBuffered() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for verifying amount of content that is buffered by generator
but not yet flushed to the underlying target (stream, writer),
in units (byte, char) that the generator implementation uses for buffering;
or -1 if this information is not available.
- getOutputBuffered() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getOutputContext() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
Note: type was co-variant until Jackson 2.7; reverted back to
base type in 2.8 to allow for overriding by subtypes that use
custom context type.
- getOutputContext() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- getOutputContext() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- getOutputContext() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getOutputDecorator() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method for getting currently configured output decorator (if any;
there is no default decorator).
- getOutputTarget() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- getOutputTarget() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- getOutputTarget() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that can be used to get access to object that is used
as target for generated output; this is usually either
OutputStream
or
Writer
, depending on what
generator was constructed with.
- getOutputTarget() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getPaddingByte() - Method in class com.fasterxml.jackson.core.Base64Variant
-
- getPaddingChar() - Method in class com.fasterxml.jackson.core.Base64Variant
-
- getParameterSource() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Deprecated.
Since 2.7: does not have meaning as parameters depend on type
resolved.
- getParent() - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- getParent() - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- getParent() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- getParent() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
Accessor for finding parent context of this context; will
return null for root context.
- getParsingContext() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getParsingContext() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getParsingContext() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getParsingContext() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be used to access current parsing context reader
is in.
- getParsingContext() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getPatchLevel() - Method in class com.fasterxml.jackson.core.Version
-
- getPrettyPrinter() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Accessor for checking whether this generator has a configured
PrettyPrinter
; returns it if so, null if none configured.
- getPrettyPrinter() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getProcessor() - Method in exception com.fasterxml.jackson.core.JsonGenerationException
-
- getProcessor() - Method in exception com.fasterxml.jackson.core.JsonParseException
-
- getProcessor() - Method in exception com.fasterxml.jackson.core.JsonProcessingException
-
Method that allows accessing underlying processor that triggered
this exception; typically either
JsonParser
or
JsonGenerator
for exceptions that originate from streaming API.
- getRawClass() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Accessor for type-erased
Class
of resolved type.
- getRawPayload() - Method in class com.fasterxml.jackson.core.util.RequestPayload
-
Returns the raw request payload object i.e, either byte[] or String
- getReferencedType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Method for accessing type of value that instances of this
type references, if any.
- getRequestPayload() - Method in exception com.fasterxml.jackson.core.JsonParseException
-
Method that may be called to find payload that was being parsed, if
one was specified for parser that threw this Exception.
- getRequestPayloadAsString() - Method in exception com.fasterxml.jackson.core.JsonParseException
-
The method returns the String representation of the request payload if
one was specified for parser that threw this Exception.
- getRootValueSeparator() - Method in class com.fasterxml.jackson.core.JsonFactory
-
- getSchema() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for accessing Schema that this parser uses, if any.
- getSchema() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method for accessing Schema that this parser uses, if any.
- getSchema() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- getSchema() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getSchemaType() - Method in interface com.fasterxml.jackson.core.FormatSchema
-
Method that can be used to get an identifier that can be used for diagnostics
purposes, to indicate what kind of data format this schema is used for: typically
it is a short name of format itself, but it can also contain additional information
in cases where data format supports multiple types of schemas.
- getShortValue() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getShortValue() - Method in class com.fasterxml.jackson.core.JsonParser
-
Numeric accessor that can be called when the current
token is of type
JsonToken.VALUE_NUMBER_INT
and
it can be expressed as a value of Java short primitive type.
- getShortValue() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getSource() - Method in class com.fasterxml.jackson.core.json.DupDetector
-
- getSourceRef() - Method in class com.fasterxml.jackson.core.JsonLocation
-
Reference to the original resource being read, if one available.
- getSourceReference() - Method in class com.fasterxml.jackson.core.io.IOContext
-
- getStartLocation(Object) - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- getText() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getText() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getText() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Method for accessing textual representation of the current event;
if no current event (before first call to
ReaderBasedJsonParser.nextToken()
, or
after encountering end-of-input), returns null.
- getText(Writer) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getText() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getText(Writer) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getText() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getText(Writer) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getText() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method for accessing textual representation of the current token;
if no current token (before first call to
JsonParser.nextToken()
, or
after encountering end-of-input), returns null.
- getText(Writer) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method to read the textual representation of the current token in chunks and
pass it to the given Writer.
- getText() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getText(Writer) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getTextBuffer() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
Accessor that may be used to get the contents of this buffer in a single
char
array regardless of whether they were collected in a segmented
fashion or not.
- getTextCharacters() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getTextCharacters() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getTextCharacters() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getTextCharacters() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getTextCharacters() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getTextCharacters() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method similar to
JsonParser.getText()
, but that will return
underlying (unmodifiable) character array that contains
textual value, instead of constructing a String object
to contain this information.
- getTextCharacters() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getTextLength() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getTextLength() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getTextLength() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getTextLength() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getTextLength() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getTextLength() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getTextLength() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.JsonParser
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getTextOffset() - Method in class com.fasterxml.jackson.core.util.TextBuffer
-
- getTokenBeingDecoded() - Method in exception com.fasterxml.jackson.core.io.JsonEOFException
-
Accessor for possibly available information about token that was being
decoded while encountering end of input.
- getTokenCharacterOffset() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getTokenColumnNr() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getTokenLineNr() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- getTokenLocation() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method that return the starting location of the current
token; that is, position of the first character from input
that starts the current token.
- getTokenLocation() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getTokenLocation() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getTokenLocation() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getTokenLocation() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getTokenLocation() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that return the starting location of the current
token; that is, position of the first character from input
that starts the current token.
- getTokenLocation() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getType() - Method in class com.fasterxml.jackson.core.type.TypeReference
-
- getTypeDesc() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
- getTypeId() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be called to check whether current token
(one that was just read) has an associated type id, and if
so, return it.
- getTypeId() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValue() - Method in class com.fasterxml.jackson.core.io.SerializedString
-
- getValue() - Method in interface com.fasterxml.jackson.core.SerializableString
-
Returns unquoted String that this object represents (and offers
serialized forms for)
- getValueAsBoolean(boolean) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsBoolean() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsBoolean(boolean) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsBoolean() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
boolean.
- getValueAsBoolean(boolean) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
boolean.
- getValueAsBoolean() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsBoolean(boolean) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsDouble(double) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsDouble() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsDouble(double) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsDouble() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a Java
double.
- getValueAsDouble(double) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
Java double.
- getValueAsDouble() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsDouble(double) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsInt() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsInt(int) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsInt() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsInt(int) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsInt() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getValueAsInt(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getValueAsInt() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getValueAsInt(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getValueAsInt() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
int.
- getValueAsInt(int) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
int.
- getValueAsInt() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsInt(int) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsLong() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsLong(long) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsLong() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsLong(long) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsLong() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
long.
- getValueAsLong(long) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
long.
- getValueAsLong() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsLong(long) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsString() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- getValueAsString() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- getValueAsString() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- getValueAsString() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- getValueAsString() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- getValueAsString() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
String
.
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that will try to convert value of current token to a
String
.
- getValueAsString() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- getValueAsString(String) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- growArrayBy(int[], int) - Static method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- id() - Method in enum com.fasterxml.jackson.core.JsonToken
-
- ID_EMBEDDED_OBJECT - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_END_ARRAY - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_END_OBJECT - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_FALSE - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_FIELD_NAME - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_NO_TOKEN - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
Id used to represent the case where no
JsonToken
is available: either because
JsonParser
has not been
advanced to first token, or because no more tokens will be
available (end-of-input or explicit closing of parser}.
- ID_NOT_AVAILABLE - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
Id used to represent
JsonToken.NOT_AVAILABLE
, used in
cases where a token may become available when more input
is available: this occurs in non-blocking use cases.
- ID_NULL - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_NUMBER_FLOAT - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_NUMBER_INT - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_START_ARRAY - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_START_OBJECT - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_STRING - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- ID_TRUE - Static variable in interface com.fasterxml.jackson.core.JsonTokenId
-
- illegalSurrogate(int) - Static method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- illegalSurrogateDesc(int) - Static method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- inArray() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
Method that returns true if this context is an Array context;
that is, content is being read from or written to a Json Array.
- INCLUDE_ALL - Static variable in class com.fasterxml.jackson.core.filter.TokenFilter
-
Marker value that should be used to indicate inclusion of a structured
value (sub-tree representing Object or Array), or value of a named
property (regardless of type).
- includeBinary() - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
Binary value
should be included in output or not.
- includeBoolean(boolean) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
boolean value
should be included in output or not.
- includeElement(int) - Method in class com.fasterxml.jackson.core.filter.JsonPointerBasedFilter
-
- includeElement(int) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Method called to check whether array element with specified index (zero-based),
at current output location, should be included in output.
- includeEmbeddedValue(Object) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
embedded (Opaque) value
should be included in output or not.
- includeNull() - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
null value
should be included in output or not.
- includeNumber(int) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
int
value
should be included in output or not.
- includeNumber(long) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
long
value
should be included in output or not.
- includeNumber(float) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
float
value
should be included in output or not.
- includeNumber(double) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
double
value
should be included in output or not.
- includeNumber(BigDecimal) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
BigDecimal
value
should be included in output or not.
- includeNumber(BigInteger) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
BigInteger
value
should be included in output or not.
- includeProperty(String) - Method in class com.fasterxml.jackson.core.filter.JsonPointerBasedFilter
-
- includeProperty(String) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Method called to check whether property value with specified name,
at current output location, should be included in output.
- includeRawValue() - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
raw (pre-encoded, not quoted by generator) value
should be included in output or not.
- includeRootValue(int) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Method called to check whether root-level value,
at current output location, should be included in output.
- includeString(String) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made to verify whether leaf-level
String value
should be included in output or not.
- includeValue(JsonParser) - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Call made when verifying whether a scaler value is being
read from a parser.
- indentArraysWith(DefaultPrettyPrinter.Indenter) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- indentObjectsWith(DefaultPrettyPrinter.Indenter) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- inLongRange(char[], int, int, boolean) - Static method in class com.fasterxml.jackson.core.io.NumberInput
-
Helper method for determining if given String representation of
an integral number would fit in 64-bit Java long or not.
- inLongRange(String, boolean) - Static method in class com.fasterxml.jackson.core.io.NumberInput
-
- inObject() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
Method that returns true if this context is an Object context;
that is, content is being read from or written to a Json Object.
- InputAccessor - Interface in com.fasterxml.jackson.core.format
-
Interface used to expose beginning of a data file to data format
detection code.
- InputAccessor.Std - Class in com.fasterxml.jackson.core.format
-
Basic implementation that reads data from given
InputStream
and buffers it as necessary.
- InputAccessor.Std(InputStream, byte[]) - Constructor for class com.fasterxml.jackson.core.format.InputAccessor.Std
-
Constructor used when content to check is available via
input stream and must be read.
- InputAccessor.Std(byte[]) - Constructor for class com.fasterxml.jackson.core.format.InputAccessor.Std
-
Constructor used when the full input (or at least enough leading bytes
of full input) is available.
- InputAccessor.Std(byte[], int, int) - Constructor for class com.fasterxml.jackson.core.format.InputAccessor.Std
-
Constructor used when the full input (or at least enough leading bytes
of full input) is available.
- InputDecorator - Class in com.fasterxml.jackson.core.io
-
Handler class that can be used to decorate input sources.
- InputDecorator() - Constructor for class com.fasterxml.jackson.core.io.InputDecorator
-
- inRoot() - Method in class com.fasterxml.jackson.core.JsonStreamContext
-
Method that returns true if this context is a Root context;
that is, content is being read from or written to without
enclosing array or object structure.
- instance() - Static method in class com.fasterxml.jackson.core.JsonpCharacterEscapes
-
- instance - Static variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
-
- instance - Static variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
-
- instance - Static variable in class com.fasterxml.jackson.core.util.InternCache
-
- Instantiatable<T> - Interface in com.fasterxml.jackson.core.util
-
Add-on interface used to indicate things that may be "blueprint" objects
which can not be used as is, but are used for creating usable per-process
(serialization, deserialization) instances, using
Instantiatable.createInstance()
method.
- INT_0 - Static variable in class com.fasterxml.jackson.core.base.ParserBase
-
- INT_9 - Static variable in class com.fasterxml.jackson.core.base.ParserBase
-
- INT_BACKSLASH - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_COLON - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_COMMA - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_CR - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_e - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_E - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_HASH - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_LBRACKET - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_LCURLY - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_LF - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_MINUS - Static variable in class com.fasterxml.jackson.core.base.ParserBase
-
- INT_PERIOD - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_PLUS - Static variable in class com.fasterxml.jackson.core.base.ParserBase
-
- INT_QUOTE - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_RBRACKET - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_RCURLY - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_SLASH - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_SPACE - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- INT_TAB - Static variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- intern(String) - Method in class com.fasterxml.jackson.core.util.InternCache
-
- InternCache - Class in com.fasterxml.jackson.core.util
-
Singleton class that adds a simple first-level cache in front of
regular String.intern() functionality.
- IOContext - Class in com.fasterxml.jackson.core.io
-
To limit number of configuration and state objects to pass, all
contextual objects that need to be passed by the factory to
readers and writers are combined under this object.
- IOContext(BufferRecycler, Object, boolean) - Constructor for class com.fasterxml.jackson.core.io.IOContext
-
- isAbstract() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isArray() - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method that returns true if this node is an Array node, false
otherwise.
- isArrayType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isBigEndian() - Method in enum com.fasterxml.jackson.core.JsonEncoding
-
Whether encoding is big-endian (if encoding supports such
notion).
- isBoolean() - Method in enum com.fasterxml.jackson.core.JsonToken
-
- isClosed() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- isClosed() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- isClosed() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- isClosed() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that can be called to determine whether this generator
is closed or not.
- isClosed() - Method in class com.fasterxml.jackson.core.JsonParser
-
Method that can be called to determine whether this parser
is closed or not.
- isClosed() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- isClosed() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- isCollectionLikeType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isConcrete() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isContainerNode() - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method that returns true for container nodes: Arrays and Objects.
- isContainerType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isDup(String) - Method in class com.fasterxml.jackson.core.json.DupDetector
-
- isEnabled(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- isEnabled(JsonFactory.Feature) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Checked whether specified parser feature is enabled.
- isEnabled(JsonParser.Feature) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Checked whether specified parser feature is enabled.
- isEnabled(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Check whether specified generator feature is enabled.
- isEnabled(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for checking whether given feature is enabled.
- isEnabled(JsonParser.Feature) - Method in class com.fasterxml.jackson.core.JsonParser
-
- isEnabled(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- isEnabled(JsonParser.Feature) - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- isEnumType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isExpectedStartArrayToken() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- isExpectedStartArrayToken() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- isExpectedStartArrayToken() - Method in class com.fasterxml.jackson.core.JsonParser
-
Specialized accessor that can be used to verify that the current
token indicates start array (usually meaning that current token
is
JsonToken.START_ARRAY
) when start array is expected.
- isExpectedStartArrayToken() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- isExpectedStartObjectToken() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- isExpectedStartObjectToken() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- isExpectedStartObjectToken() - Method in class com.fasterxml.jackson.core.JsonParser
-
- isExpectedStartObjectToken() - Method in class com.fasterxml.jackson.core.util.JsonParserDelegate
-
- isFinal() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isInline() - Method in class com.fasterxml.jackson.core.util.DefaultIndenter
-
- isInline() - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
-
- isInline() - Method in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
-
- isInline() - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
-
- isInterface() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isMapLikeType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isMissingNode() - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method that returns true for "virtual" nodes which represent
missing entries constructed by path accessor methods when
there is no actual node matching given criteria.
- isNumeric() - Method in enum com.fasterxml.jackson.core.JsonToken
-
- isObject() - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method that returns true if this node is an Object node, false
otherwise.
- isPrimitive() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isReferenceType() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
Whether this type is a referential type, meaning that values are
basically pointers to "real" values (or null) and not regular
values themselves.
- isResourceManaged() - Method in class com.fasterxml.jackson.core.io.IOContext
-
- isScalarValue() - Method in enum com.fasterxml.jackson.core.JsonToken
-
Method that can be used to check whether this token represents
a valid non-structured value.
- isSnapshot() - Method in class com.fasterxml.jackson.core.Version
-
- isStartHandled() - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- isStructEnd() - Method in enum com.fasterxml.jackson.core.JsonToken
-
Accessor that is functionally equivalent to:
this == JsonToken.END_OBJECT || this == JsonToken.END_ARRAY
- isStructStart() - Method in enum com.fasterxml.jackson.core.JsonToken
-
Accessor that is functionally equivalent to:
this == JsonToken.START_OBJECT || this == JsonToken.START_ARRAY
- isThrowable() - Method in class com.fasterxml.jackson.core.type.ResolvedType
-
- isUknownVersion() - Method in class com.fasterxml.jackson.core.Version
-
- isUnknownVersion() - Method in class com.fasterxml.jackson.core.Version
-
- isValueNode() - Method in interface com.fasterxml.jackson.core.TreeNode
-
Method that returns true for all value nodes: ones that
are not containers, and that do not represent "missing" nodes
in the path.
- withArrayIndenter(DefaultPrettyPrinter.Indenter) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- withDupDetector(DupDetector) - Method in class com.fasterxml.jackson.core.json.JsonReadContext
-
- withDupDetector(DupDetector) - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- withEncoding(JsonEncoding) - Method in class com.fasterxml.jackson.core.io.IOContext
-
- withGenerator(JsonGenerator) - Method in exception com.fasterxml.jackson.core.JsonGenerationException
-
- withIndent(String) - Method in class com.fasterxml.jackson.core.util.DefaultIndenter
-
- withLinefeed(String) - Method in class com.fasterxml.jackson.core.util.DefaultIndenter
-
- withMaxInputLookahead(int) - Method in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Method that will return a detector instance that allows detectors to
read up to specified number of bytes when determining format match strength.
- withMinimalMatch(MatchStrength) - Method in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Method that will return a detector instance that uses given
minimal match level; match that may be returned unless a stronger match
is found with other format detectors.
- withObjectIndenter(DefaultPrettyPrinter.Indenter) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- withOptimalMatch(MatchStrength) - Method in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Method that will return a detector instance that uses given
optimal match level (match that is considered sufficient to return, without
trying to find stronger matches with other formats).
- withoutSpacesInObjectEntries() - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
"Mutant factory" method that will return a pretty printer instance
that does not use spaces inside object entries; if 'this' instance already
does this, it is returned; if not, a new instance will be constructed
and returned.
- withParser(JsonParser) - Method in exception com.fasterxml.jackson.core.JsonParseException
-
- withRequestPayload(RequestPayload) - Method in exception com.fasterxml.jackson.core.JsonParseException
-
Fluent method that may be used to assign payload to this exception,
to let recipient access it for diagnostics purposes.
- withRootSeparator(SerializableString) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- withRootSeparator(String) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- withSpacesInObjectEntries() - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
"Mutant factory" method that will return a pretty printer instance
that does use spaces inside object entries; if 'this' instance already
does this, it is returned; if not, a new instance will be constructed
and returned.
- write(int) - Method in class com.fasterxml.jackson.core.io.DataOutputAsStream
-
- write(byte[]) - Method in class com.fasterxml.jackson.core.io.DataOutputAsStream
-
- write(byte[], int, int) - Method in class com.fasterxml.jackson.core.io.DataOutputAsStream
-
- write(char[]) - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- write(char[], int, int) - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- write(int) - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- write(String) - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- write(String, int, int) - Method in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- write(char[]) - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- write(char[], int, int) - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- write(int) - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- write(String) - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- write(String, int, int) - Method in class com.fasterxml.jackson.core.io.UTF8Writer
-
- write(byte[]) - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
- write(byte[], int, int) - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
- write(int) - Method in class com.fasterxml.jackson.core.util.ByteArrayBuilder
-
- WRITE_BINARY - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- WRITE_BOOLEAN - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- WRITE_NULL - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- WRITE_NUMBER - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- WRITE_RAW - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- WRITE_STRING - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeArray(int[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeArray(long[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeArray(double[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeArray(int[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeArray(long[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeArray(double[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeArrayFieldStart(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
(that will contain a JSON Array value), and the START_ARRAY marker.
- writeArrayValueSeparator(JsonGenerator) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called after an array value has been completely
output, and before another value is to be output.
- writeArrayValueSeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
Method called after an array value has been completely
output, and before another value is to be output.
- writeArrayValueSeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
Method called after an array value has been completely
output, and before another value is to be output.
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will output given chunk of binary data as base64
encoded, as a complete String value (surrounded by double quotes).
- writeBinary(byte[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeBinary(byte[]) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeBinary(InputStream, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeBinaryField(String, byte[]) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that contains specified data in base64-encoded form.
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting literal JSON boolean value (one of
Strings 'true' and 'false').
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeBooleanField(String, boolean) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has a boolean value.
- writeEmbeddedObject(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that can be called on backends that support passing opaque datatypes of
non-JSON formats
- writeEmbeddedObject(Object) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeEndArray() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeEndArray() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeEndArray() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeEndArray() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing closing marker of a JSON Array value
(character ']'; plus possible white space decoration
if pretty-printing is enabled).
- writeEndArray(JsonGenerator, int) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called after an Array value has been completely output
(minus closing bracket).
- writeEndArray(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- writeEndArray() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeEndArray(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- writeEndObject() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeEndObject() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeEndObject() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeEndObject() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing closing marker of a JSON Object value
(character '}'; plus possible white space decoration
if pretty-printing is enabled).
- writeEndObject(JsonGenerator, int) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called after an Object value has been completely output
(minus closing curly bracket).
- writeEndObject(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- writeEndObject() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeEndObject(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- writeFieldId(long) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Alternative to
JsonGenerator.writeFieldName(String)
that may be used
in cases where property key is of numeric type; either where
underlying format supports such notion (some binary formats do,
unlike JSON), or for convenient conversion into String presentation.
- writeFieldId(long) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeFieldName(String) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeFieldName(String) - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
Method that writer is to call before it writes a field name.
- writeFieldName(String) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeFieldName(String) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeFieldName(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing a field name (JSON String surrounded by
double quotes: syntactically identical to a JSON String value),
possibly decorated by white space if pretty-printing is enabled.
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method similar to
JsonGenerator.writeFieldName(String)
, main difference
being that it may perform better as some of processing (such as
quoting of certain characters, or encoding into external encoding
if supported by generator) can be done just once and reused for
later calls.
- writeFieldName(String) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeImmediatePath(JsonGenerator) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- writeIndentation(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.DefaultIndenter
-
- writeIndentation(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter
-
- writeIndentation(JsonGenerator, int) - Method in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
-
- writeIndentation(JsonGenerator, int) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
-
- writeNull() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNull() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNull() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNull() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting literal JSON null value.
- writeNull() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNullField(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has JSON literal value null.
- writeNumber(short) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(long) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(double) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(float) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(String) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeNumber(short) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(long) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(double) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(float) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(String) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeNumber(short) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(long) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(double) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(float) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(String) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeNumber(short) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting given value as JSON number.
- writeNumber(int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting given value as JSON number.
- writeNumber(long) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting given value as JSON number.
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting given value as JSON number.
- writeNumber(double) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting indicate JSON numeric value.
- writeNumber(float) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting indicate JSON numeric value.
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting indicate JSON numeric value.
- writeNumber(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Write method that can be used for custom numeric types that can
not be (easily?) converted to "standard" Java number types.
- writeNumber(short) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(long) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(double) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(float) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumber(String) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeNumberField(String, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, long) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, double) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, float) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeNumberField(String, BigDecimal) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has the specified numeric value.
- writeObject(Object) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeObject(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing given Java object (POJO) as Json.
- writeObject(Object) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeObjectEntrySeparator(JsonGenerator) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called after an object entry (field:value) has been completely
output, and before another value is to be output.
- writeObjectEntrySeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
Method called after an object entry (field:value) has been completely
output, and before another value is to be output.
- writeObjectEntrySeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
Method called after an object entry (field:value) has been completely
output, and before another value is to be output.
- writeObjectField(String, Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has contents of specific Java object as its value.
- writeObjectFieldStart(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
(that will contain a JSON Object value), and the START_OBJECT marker.
- writeObjectFieldValueSeparator(JsonGenerator) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called after an object field has been output, but
before the value is output.
- writeObjectFieldValueSeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
Method called after an object field has been output, but
before the value is output.
- writeObjectFieldValueSeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
Method called after an object field has been output, but
before the value is output.
- writeObjectId(Object) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeObjectId(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that can be called to output so-called native Object Id.
- writeObjectId(Object) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeObjectRef(Object) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeObjectRef(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that can be called to output references to native Object Ids.
- writeObjectRef(Object) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeOmittedField(String) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeOmittedField(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method called to indicate that a property in this position was
skipped.
- writeOmittedField(String) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writePath(JsonGenerator) - Method in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Method called to ensure that parent path from root is written up to
and including this node.
- writeQuotedUTF8(OutputStream) - Method in class com.fasterxml.jackson.core.io.SerializedString
-
- writeQuotedUTF8(OutputStream) - Method in interface com.fasterxml.jackson.core.SerializableString
-
- writeRaw(String) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRaw(SerializableString) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRaw(char) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRaw(String) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRaw(SerializableString) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRaw(char) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRaw(String) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRaw(SerializableString) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRaw(char) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRaw(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will force generator to copy
input text verbatim with no modifications (including
that no escaping is done and no separators are added even
if context [array, object] would otherwise require such).
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will force generator to copy
input text verbatim with no modifications (including
that no escaping is done and no separators are added even
if context [array, object] would otherwise require such).
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will force generator to copy
input text verbatim with no modifications (including
that no escaping is done and no separators are added even
if context [array, object] would otherwise require such).
- writeRaw(char) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will force generator to copy
input text verbatim with no modifications (including
that no escaping is done and no separators are added even
if context [array, object] would otherwise require such).
- writeRaw(SerializableString) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will force generator to copy
input text verbatim with no modifications (including
that no escaping is done and no separators are added even
if context [array, object] would otherwise require such).
- writeRaw(String) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRaw(SerializableString) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRaw(char) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method similar to
JsonGenerator.writeString(String)
but that takes as
its input a UTF-8 encoded String that is to be output as-is, without additional
escaping (type of which depends on data format; backslashes for JSON).
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRawValue(String) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeRawValue(String, int, int) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeRawValue(char[], int, int) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeRawValue(SerializableString) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeRawValue(String) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRawValue(String, int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRawValue(char[], int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeRawValue(SerializableString) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeRawValue(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that will force generator to copy
input text verbatim without any modifications, but assuming
it must constitute a single legal JSON value (number, string,
boolean, null, Array or List).
- writeRawValue(String, int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeRawValue(char[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeRawValue(SerializableString) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeRawValue(String) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRawValue(String, int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeRawValue(char[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- WriterBasedJsonGenerator - Class in com.fasterxml.jackson.core.json
-
- WriterBasedJsonGenerator(IOContext, int, ObjectCodec, Writer) - Constructor for class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeRootValueSeparator(JsonGenerator) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called after a root-level value has been completely
output, and before another value is to be output.
- writeRootValueSeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- writeRootValueSeparator(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- writeStartArray() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeStartArray(int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeStartArray() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeStartArray() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeStartArray() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing starting marker of a Array value
(for JSON this is character '['; plus possible white space decoration
if pretty-printing is enabled).
- writeStartArray(int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeStartArray(JsonGenerator) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called when an Array value is to be output, before
any member/child values are output.
- writeStartArray(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- writeStartArray() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeStartArray(int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeStartArray(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- writeStartObject(Object) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeStartObject() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeStartObject() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeStartObject(Object) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeStartObject(Object) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeStartObject() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeStartObject() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing starting marker of a JSON Object value
(character '{'; plus possible white space decoration
if pretty-printing is enabled).
- writeStartObject(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing starting marker of a JSON Object value
(character '{'; plus possible white space decoration
if pretty-printing is enabled), to represent Java given
as the argument.
- writeStartObject(JsonGenerator) - Method in interface com.fasterxml.jackson.core.PrettyPrinter
-
Method called when an Object value is to be output, before
any fields are output.
- writeStartObject(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- writeStartObject() - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeStartObject(Object) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeStartObject(JsonGenerator) - Method in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- writeString(SerializableString) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeString(String) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeString(SerializableString) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeString(String) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeString(SerializableString) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeString(String) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeString(SerializableString) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeString(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting a String value.
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for outputting a String value.
- writeString(SerializableString) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- writeString(String) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeString(SerializableString) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeStringField(String, String) - Method in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
- writeStringField(String, String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Convenience method for outputting a field entry ("member")
that has a String value.
- writeTree(TreeNode) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- writeTree(TreeNode) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method for writing given JSON tree (expressed as a tree
where given JsonNode is the root) using this generator.
- writeTree(JsonGenerator, TreeNode) - Method in class com.fasterxml.jackson.core.ObjectCodec
-
- writeTree(JsonGenerator, TreeNode) - Method in class com.fasterxml.jackson.core.TreeCodec
-
- writeTree(TreeNode) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeTypeId(Object) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeTypeId(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method that can be called to output so-called native Type Id.
- writeTypeId(Object) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeUnquotedUTF8(OutputStream) - Method in class com.fasterxml.jackson.core.io.SerializedString
-
- writeUnquotedUTF8(OutputStream) - Method in interface com.fasterxml.jackson.core.SerializableString
-
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Method similar to
JsonGenerator.writeString(String)
but that takes as its input
a UTF-8 encoded String which has
not been escaped using whatever
escaping scheme data format requires (for JSON that is backslash-escaping
for control characters and double-quotes; for other formats something else).
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.core.util.JsonGeneratorDelegate
-
- writeValue() - Method in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- writeValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.core.ObjectCodec
-
Method to serialize given Java Object, using generator
provided.
- _allowMultipleMatches - Variable in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
Flag that determines whether filtering will continue after the first
match is indicated or not: if `false`, output is based on just the first
full match (returning
TokenFilter.INCLUDE_ALL
) and no more
checks are made; if `true` then filtering will be applied as necessary
until end of content.
- _allowMultipleMatches - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
Flag that determines whether filtering will continue after the first
match is indicated or not: if `false`, output is based on just the first
full match (returning
TokenFilter.INCLUDE_ALL
) and no more
checks are made; if `true` then filtering will be applied as necessary
until end of content.
- _arrayIndenter - Variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
By default, let's use only spaces to separate array values.
- _artifactId - Variable in class com.fasterxml.jackson.core.Version
-
- _ascii(byte[]) - Static method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _asciiBytes(String) - Static method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _asString - Variable in class com.fasterxml.jackson.core.JsonPointer
-
We will retain representation of the pointer, as a String,
so that
JsonPointer.toString()
should be as efficient as possible.
- _base64Buffer - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference to the buffer allocated for temporary use with
base64 encoding or decoding.
- _bigEndian - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _bigEndian - Variable in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- _bigEndian - Variable in enum com.fasterxml.jackson.core.JsonEncoding
-
- _binaryValue - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _bits - Variable in enum com.fasterxml.jackson.core.JsonEncoding
-
- _buckets - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Overflow buckets; if primary doesn't match, lookup is done
from here.
- _buffer - Variable in class com.fasterxml.jackson.core.format.InputAccessor.Std
-
- _buffer - Variable in class com.fasterxml.jackson.core.io.SegmentedStringWriter
-
- _buffer - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _bufferedData - Variable in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Content read during format matching process
- _bufferedEnd - Variable in class com.fasterxml.jackson.core.format.InputAccessor.Std
-
End of valid bytes in the buffer (points to one past last valid)
- _bufferedLength - Variable in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Number of bytes available in buffer.
- _bufferedStart - Variable in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Pointer to the first byte in buffer available for reading
- _bufferedStart - Variable in class com.fasterxml.jackson.core.format.InputAccessor.Std
-
- _bufferRecyclable - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Flag that indicates whether the input buffer is recycable (and
needs to be returned to recycler once we are done) or not.
- _bufferRecyclable - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Flag that indicates whether the output buffer is recycable (and
needs to be returned to recycler once we are done) or not.
- _bufferRecyclable - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Flag that indicates whether the input buffer is recycable (and
needs to be returned to recycler once we are done) or not.
- _bufferRecycler - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Recycler used for actual allocation/deallocation/reuse
- _byteArrayBuilder - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
ByteArrayBuilder is needed if 'getBinaryValue' is called.
- _byteBuffers - Variable in class com.fasterxml.jackson.core.util.BufferRecycler
-
- _byteCount - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
Total read byte count; used for error reporting purposes
- _bytes - Variable in class com.fasterxml.jackson.core.io.JsonStringEncoder
-
Lazily-constructed builder used for UTF-8 encoding of text values
(quoted and unquoted)
- _bytesPerChar - Variable in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- _byteSymbolCanonicalizer - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Alternative to the basic symbol table, some stream-based
parsers use different name canonicalization method.
- _canonicalize - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Whether any canonicalization should be attempted (whether using
intern or not)
- _cfgNumbersAsStrings - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- _cfgPrettyPrinter - Variable in class com.fasterxml.jackson.core.JsonGenerator
-
Object that handles pretty-printing (usually additional
white space to make results more human-readable) during
output.
- _cfgUnqNames - Variable in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
Flag that is set if quoting is not to be added around
JSON Object property names.
- _characterEscapes - Variable in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
Definition of custom character escapes to use for generators created
by this factory, if any.
- _characterEscapes - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Definition of custom character escapes to use for generators created
by this factory, if any.
- _charBuffer - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Intermediate buffer in which characters of a String are copied
before being encoded.
- _charBufferLength - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Length of _charBuffer
- _charBuffers - Variable in class com.fasterxml.jackson.core.util.BufferRecycler
-
- _charCount - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
Total read character count; used for error reporting purposes
- _charset - Variable in class com.fasterxml.jackson.core.util.RequestPayload
-
- _checkBinaryWrite() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- _checkForExistingToken - Variable in class com.fasterxml.jackson.core.util.JsonParserSequence
-
- _checkInvalidCopy(Class<?>) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _checkParentPath() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- _checkPropertyParentPath() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- _checkRawValueWrite() - Method in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- _checkStdFeatureChanges(int, int) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
Helper method called to verify changes to standard features.
- _checkStdFeatureChanges(int, int) - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Helper method called to verify changes to standard features.
- _checkStdFeatureChanges(int, int) - Method in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
- _child - Variable in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
- _child - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
- _child - Variable in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- _closed - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
Flag that indicates whether generator is closed or not.
- _closed - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Flag that indicates whether parser is closed or not.
- _closeInput() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _closeInput() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _closeInput() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _closeInput() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _codec() - Method in class com.fasterxml.jackson.core.JsonParser
-
- _columnNr - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
- _concatCBuffer - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference to the buffer allocated for buffering it for
output, before being encoded: generally this means concatenating
output, then encoding when buffer fills up.
- _constructDefaultPrettyPrinter() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- _constructError(String, Throwable) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _constructError(String) - Method in class com.fasterxml.jackson.core.JsonParser
-
- _constructHead() - Method in class com.fasterxml.jackson.core.JsonPointer
-
- _constructHead(int, JsonPointer) - Method in class com.fasterxml.jackson.core.JsonPointer
-
- _context - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _context - Variable in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- _count - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Total number of Strings in the symbol table; only used for child tables.
- _createContext(Object, boolean) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates desired
context object.
- _createDataOutputWrapper(DataOutput) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _createGenerator(Writer, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates generator for
given
Writer
and context object.
- _createParser(InputStream, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates desired parser
given
InputStream
and context object.
- _createParser(Reader, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates parser
using given
Reader
object for reading content.
- _createParser(char[], int, int, IOContext, boolean) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates parser
using given char[]
object for accessing content.
- _createParser(byte[], int, int, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates parser
using given
Reader
object for reading content
passed as raw byte array.
- _createParser(DataInput, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _createUTF8Generator(OutputStream, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Overridable factory method that actually instantiates generator for
given
OutputStream
and context object, using UTF-8 encoding.
- _createWriter(OutputStream, JsonEncoding, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _currentEscape - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
When custom escapes are used, this member variable is used
internally to hold a reference to currently used escape
- _currentName - Variable in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Name of the field of which value is to be parsed; only
used for OBJECT contexts
- _currentName - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
- _currentName - Variable in class com.fasterxml.jackson.core.json.JsonWriteContext
-
Name of the field of which value is to be written; only
used for OBJECT contexts
- _currentValue - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
- _currentValue - Variable in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- _currInputProcessed - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Number of characters/bytes that were contained in previous blocks
(blocks that were already processed prior to the current buffer).
- _currInputRow - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Current row location of current point in input buffer, starting
from 1, if available.
- _currInputRowStart - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Current index of the first character of the current row in input
buffer.
- _currToken - Variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _currToken - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- _decodeBase64(String, ByteArrayBuilder, Base64Variant) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
Helper method that can be used for base64 decoding in cases where
encoded content has already been read as a String.
- _decodeBase64(Base64Variant) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Efficient handling for incremental parsing of base64-encoded
textual content.
- _decodeBase64(Base64Variant) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Efficient handling for incremental parsing of base64-encoded
textual content.
- _decodeBase64(Base64Variant) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Efficient handling for incremental parsing of base64-encoded
textual content.
- _decodeBase64Escape(Base64Variant, int, int) - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _decodeBase64Escape(Base64Variant, char, int) - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _decodeCharForError(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _decodeCharForError(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _decodeEscaped() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method that sub-classes must implement to support escaped sequences
in base64-encoded sections.
- _decodeEscaped() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _decodeEscaped() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _decodeEscaped() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _decodeSurrogate(int, int) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
- _decorate(InputStream, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _decorate(Reader, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _decorate(DataInput, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _decorate(OutputStream, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _decorate(Writer, IOContext) - Method in class com.fasterxml.jackson.core.JsonFactory
-
- _detectors - Variable in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Ordered list of factories which both represent data formats to
detect (in precedence order, starting with highest) and are used
for actual detection.
- _dirty - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Flag that indicates if any changes have been made to the data;
used to both determine if bucket array needs to be copied when
(first) change is made, and potentially if updated bucket list
is to be resync'ed back to master instance.
- _dups - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
- _dups - Variable in class com.fasterxml.jackson.core.json.JsonWriteContext
-
- _encoding - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Encoding used by the underlying stream, if known.
- _entityBuffer - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
6 character temporary buffer allocated if needed, for constructing
escape sequences
- _entityBuffer - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
Short (14 char) temporary buffer allocated if needed, for constructing
escape sequences
- _eofAsNextChar() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _expLength - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Length of the exponent part of the number, if any, not
including 'e' marker or sign, just digits.
- _exposedContext - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- _factoryFeatures - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Currently enabled factory features.
- _failOnDoS - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Flag that indicates whether we should throw an exception if enough
hash collisions are detected (true); or just worked around (false).
- _features - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- _features - Variable in class com.fasterxml.jackson.core.JsonParser
-
- _filter - Variable in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Filter to use for items in this state (for properties of Objects,
elements of Arrays, and root-level values of root context)
- _filterContext - Variable in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
Although delegate has its own output context it is not sufficient since we actually
have to keep track of excluded (filtered out) structures as well as ones delegate
actually outputs.
- _filterContext() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- _finishAndReturnString() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _finishString() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _finishString() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _finishString() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _finishString() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _finishString2() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _firstName - Variable in class com.fasterxml.jackson.core.json.DupDetector
-
- _flags - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
- _flushBuffer() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _flushBuffer() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _fractLength - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Length of the fractional part (not including decimal
point or exponent), in characters.
- _generatorFeatures - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Currently enabled generator features.
- _getBufferRecycler() - Method in class com.fasterxml.jackson.core.JsonFactory
-
Method used by factory to create buffer recycler instances
for parsers and generators.
- _getByteArrayBuilder() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _getCharDesc(int) - Static method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _getText2(JsonToken) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _getText2(JsonToken) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _getText2(JsonToken) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _gotName - Variable in class com.fasterxml.jackson.core.json.JsonWriteContext
-
Marker used to indicate that we just wrote a name, and
now expect a value to write
- _groupId - Variable in class com.fasterxml.jackson.core.Version
-
- _handleApos() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _handleApos() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _handleApos() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _handleEOF() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method called when an EOF is encountered between tokens.
- _handleEOF() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
Method sub-classes need to implement
- _handleInvalidNumberStart(int, boolean) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Method called if expected numeric value (due to leading sign) does not
look like a number
- _handleInvalidNumberStart(int, boolean) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Method called if expected numeric value (due to leading sign) does not
look like a number
- _handleInvalidNumberStart(int, boolean) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Method called if expected numeric value (due to leading sign) does not
look like a number
- _handleOddName(int) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Method called when we see non-white space character other
than double quote, when expecting a field name.
- _handleOddName(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Method called when we see non-white space character other
than double quote, when expecting a field name.
- _handleOddName(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Method called when we see non-white space character other
than double quote, when expecting a field name.
- _handleOddValue(int) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Method for handling cases where first non-space character
of an expected value token is not legal for standard JSON content.
- _handleUnexpectedValue(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Method for handling cases where first non-space character
of an expected value token is not legal for standard JSON content.
- _handleUnexpectedValue(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Method for handling cases where first non-space character
of an expected value token is not legal for standard JSON content.
- _handleUnrecognizedCharacterEscape(char) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _hashArea - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Primary hash information area: consists of 2 * _hashSize
entries of 16 bytes (4 ints), arranged in a cascading lookup
structure (details of which may be tweaked depending on expected rates
of collisions).
- _hashCode - Variable in class com.fasterxml.jackson.core.sym.Name
-
- _hashSeed - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _hashSize - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Number of slots for primary entries within
ByteQuadsCanonicalizer._hashArea
; which is
at most
1/8
of actual size of the underlying array (4-int slots,
primary covers only half of the area; plus, additional area for longer
symbols after hash area).
- _hashToIndex(int) - Method in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Helper method that takes in a "raw" hash value, shuffles it as necessary,
and truncates to be used as the index.
- _hasTextualNull(String) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
Helper method used to determine whether we are currently pointing to
a String value of "null" (NOT a null token); and, if so, that parser
is to recognize and return it similar to if it was real null token.
- _hasToken - Variable in class com.fasterxml.jackson.core.util.JsonParserSequence
-
Flag used to indicate that `JsonParser.nextToken()` should not be called,
due to parser already pointing to a token.
- _head - Variable in class com.fasterxml.jackson.core.JsonPointer
-
Reference from currently matching segment (if any) to node
before leaf.
- _headContext - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- _icLatin1 - Static variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _icLatin1 - Static variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _icLatin1 - Static variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _in - Variable in class com.fasterxml.jackson.core.format.InputAccessor.Std
-
- _in - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _in - Variable in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- _includeImmediateParent - Variable in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
Deprecated.
- _includeImmediateParent - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
Deprecated.
- _includePath - Variable in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
Flag that determines whether path leading up to included content should
also be automatically included or not.
- _includePath - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
Flag that determines whether path leading up to included content should
also be automatically included or not.
- _includeScalar() - Method in class com.fasterxml.jackson.core.filter.JsonPointerBasedFilter
-
- _includeScalar() - Method in class com.fasterxml.jackson.core.filter.TokenFilter
-
Overridable default implementation delegated to all scalar value
inclusion check methods.
- _index - Variable in class com.fasterxml.jackson.core.JsonStreamContext
-
Index of the currently processed entry.
- _indexMask - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Mask used to get index from hash values; equal to
_buckets.length - 1
, when _buckets.length is
a power of two.
- _inputBuffer - Variable in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
- _inputBuffer - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Current buffer from which data is read; generally data is read into
buffer from input source.
- _inputBuffer - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Current buffer from which data is read; generally data is read into
buffer from input source, but in some cases pre-loaded buffer
is handed to the parser.
- _inputData - Variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _inputDecorator - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Optional helper object that may decorate input sources, to do
additional processing on input during parsing.
- _inputEnd - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Index of character after last available one in the buffer.
- _inputProcessed - Variable in class com.fasterxml.jackson.core.json.ByteSourceJsonBootstrapper
-
Current number of input units (bytes or chars) that were processed in
previous blocks,
before contents of current input buffer.
- _inputPtr - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Pointer to next available character in buffer
- _inputStream - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _intern - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Whether canonical symbol Strings are to be intern()ed before added
to the table or not.
- _intLength - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Length of integer part of the number, in characters
- _ioContext - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
I/O context for this reader.
- _ioContext - Variable in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
- _isNextTokenNameMaybe(int, String) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _itemFilter - Variable in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
State that applies to the item within container, used where applicable.
- _itemFilter - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
State that applies to the item within container, used where applicable.
- _javaName - Variable in enum com.fasterxml.jackson.core.JsonEncoding
-
- _jdkSerializeValue - Variable in class com.fasterxml.jackson.core.io.SerializedString
-
Ugly hack, to work through the requirement that _value is indeed final,
and that JDK serialization won't call ctor(s).
- _lastClearedToken - Variable in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _lastClearedToken - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- _length - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _lineNr - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
- _loadMore() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _loadMore() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _loadMoreGuaranteed() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _loadMoreGuaranteed() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _loadToHaveAtLeast(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Helper method that will try to load at least specified number bytes in
input buffer, possible moving existing data around if necessary
- _location - Variable in exception com.fasterxml.jackson.core.JsonProcessingException
-
- _longestCollisionList - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
We need to keep track of the longest collision list; this is needed
both to indicate problems with attacks and to allow flushing for
other cases.
- _longNameOffset - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Offset within
ByteQuadsCanonicalizer._hashArea
that follows main slots and contains
quads for longer names (13 bytes or longers), and points to the
first available int that may be used for appending quads of the next
long name.
- _majorVersion - Variable in class com.fasterxml.jackson.core.Version
-
- _managedBuffers - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _managedResource - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Flag that indicates whether underlying input/output source/target
object is fully managed by the owner of this context (parser or
generator).
- _match - Variable in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
Factory that produced sufficient match (if any)
- _matchCount - Variable in class com.fasterxml.jackson.core.filter.FilteringGeneratorDelegate
-
- _matchCount - Variable in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
- _matchingElementIndex - Variable in class com.fasterxml.jackson.core.JsonPointer
-
- _matchingPropertyName - Variable in class com.fasterxml.jackson.core.JsonPointer
-
- _matchStrength - Variable in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
- _matchToken(String, int) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Helper method for checking whether input matches expected token
- _matchToken(String, int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _matchToken(String, int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _maximumNonEscapedChar - Variable in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
Value between 128 (0x80) and 65535 (0xFFFF) that indicates highest
Unicode code point that will not need escaping; or 0 to indicate
that all characters can be represented without escaping.
- _maxInputLookahead - Variable in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Maximum number of leading bytes of the input that we can read
to determine data format.
- _maxLineLength - Variable in class com.fasterxml.jackson.core.Base64Variant
-
Maximum number of encoded base64 characters to output during encoding
before adding a linefeed, if line length is to be limited
(
Integer.MAX_VALUE
if not limited).
- _minimalMatch - Variable in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Strength of minimal match we accept as the answer, unless
better matches are found.
- _minorVersion - Variable in class com.fasterxml.jackson.core.Version
-
- _name - Variable in class com.fasterxml.jackson.core.Base64Variant
-
Symbolic name of variant; used for diagnostics/debugging.
- _name - Variable in class com.fasterxml.jackson.core.sym.Name
-
- _nameCopied - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Flag set to indicate whether the field name is available
from the name copy buffer or not (in addition to its String
representation being available via read context)
- _nameCopyBuffer - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _nameCopyBuffer - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference temporary buffer Parser instances need if calling
app decides it wants to access name via 'getTextCharacters' method.
- _names - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- _nameStartCol - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _nameStartCol - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _nameStartOffset - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _nameStartOffset - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _nameStartRow - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _nameStartRow - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _needToHandleName - Variable in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Flag that indicates that the current name of this context
still needs to be read/written, if path from root down to
included leaf is to be exposed.
- _nesting - Variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
Number of open levels of nesting.
- _nextByte - Variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Sometimes we need buffering for just a single byte we read but
have to "push back"
- _nextParserIndex - Variable in class com.fasterxml.jackson.core.util.JsonParserSequence
-
- _nextSegment - Variable in class com.fasterxml.jackson.core.JsonPointer
-
Reference to rest of the pointer beyond currently matching
segment (if any); null if this pointer refers to the matching
segment.
- _nextToken - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Secondary token related to the next token after current one;
used if its type is known.
- _nextToken2() - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
Offlined handling for cases where there was no buffered token to
return, and the token read next could not be returned as-is,
at least not yet, but where we have not yet established that
buffering is needed.
- _nextTokenWithBuffering(TokenFilterContext) - Method in class com.fasterxml.jackson.core.filter.FilteringParserDelegate
-
Method called when a new potentially included context is found.
- _numberBigDecimal - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _numberBigInt - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _numberDouble - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _numberInt - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _numberLong - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
- _numberNegative - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Flag that indicates whether numeric value has a negative
value.
- _numTypesValid - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Bitfield that indicates which numeric representations
have been calculated for the current type
- _objectCodec - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
- _objectCodec - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _objectCodec - Variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Codec used for data binding when (if) requested; typically full
ObjectMapper
, but that abstract is not part of core
package.
- _objectCodec - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Codec used for data binding when (if) requested; typically full
ObjectMapper
, but that abstract is not part of core
package.
- _objectCodec - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Object that implements conversion functionality between
Java objects and JSON content.
- _objectIndenter - Variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
By default, let's use linefeed-adding indenter for separate
object entries.
- _optimalMatch - Variable in class com.fasterxml.jackson.core.format.DataFormatDetector
-
Strength of match we consider to be good enough to be used
without checking any other formats.
- _optimizedStreamFromURL(URL) - Method in class com.fasterxml.jackson.core.JsonFactory
-
Helper methods used for constructing an optimal stream for
parsers to use, when input is to be read from an URL.
- _originalStream - Variable in class com.fasterxml.jackson.core.format.DataFormatMatcher
-
- _output - Variable in class com.fasterxml.jackson.core.io.DataOutputAsStream
-
- _outputBuffer - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _outputBuffer - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _outputDecorator - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Optional helper object that may decorate output object, to do
additional processing on output during content generation.
- _outputEnd - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
End marker of the output buffer; one past the last valid position
within the buffer.
- _outputEnd - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
End marker of the output buffer; one past the last valid position
within the buffer.
- _outputEscapes - Variable in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
Currently active set of output escape code definitions (whether
and how to escape or not) for 7-bit ASCII range (first 128
character codes).
- _outputHead - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
Pointer to the first buffered character to output
- _outputMaxContiguous - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Maximum number of char
s that we know will always fit
in the output buffer after escaping
- _outputStream - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Underlying output stream used for writing JSON content.
- _outputSurrogates(int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _outputTail - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Pointer to the position right beyond the last character to output
(end marker; may be past the buffer)
- _outputTail - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
Pointer to the position right beyond the last character to output
(end marker; may point to position right beyond the end of the buffer)
- _overflows - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Lazily constructed structure that is used to keep track of
collision buckets that have overflowed once: this is used
to detect likely attempts at denial-of-service attacks that
uses hash collisions.
- _paddingChar - Variable in class com.fasterxml.jackson.core.Base64Variant
-
- _parent - Variable in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Parent context for this context; null for root context.
- _parent - Variable in class com.fasterxml.jackson.core.json.JsonReadContext
-
Parent context for this context; null for root context.
- _parent - Variable in class com.fasterxml.jackson.core.json.JsonWriteContext
-
Parent context for this context; null for root context.
- _parent - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Reference to the root symbol table, for child tables, so
that they can merge table information back as necessary.
- _parent - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Sharing of learnt symbols is done by optional linking of symbol
table instances with their parents.
- _parseAposName() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _parseAposName() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _parseAposName() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _parseIntValue() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _parseName() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _parseName(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _parseName(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _parseNegNumber() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _parseNegNumber() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _parseNegNumber() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _parseNumericValue(int) - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method that will parse actual numeric value out of a syntactically
valid number value.
- _parsePosNumber(int) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Initial parsing method for number values.
- _parsePosNumber(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Initial parsing method for number values.
- _parsePosNumber(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Initial parsing method for number values.
- _parseQuotedTail(String, int) - Static method in class com.fasterxml.jackson.core.JsonPointer
-
Method called to parse tail of pointer path, when a potentially
escaped character has been seen.
- _parserFeatures - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Currently enabled parser features.
- _parsers - Variable in class com.fasterxml.jackson.core.util.JsonParserSequence
-
Parsers other than the first one (which is initially assigned
as delegate)
- _parseTail(String) - Static method in class com.fasterxml.jackson.core.JsonPointer
-
- _parsingContext - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Information about parser context, context in which
the next token is to be parsed (root, array, object).
- _patchLevel - Variable in class com.fasterxml.jackson.core.Version
-
- _pathToMatch - Variable in class com.fasterxml.jackson.core.filter.JsonPointerBasedFilter
-
- _payloadAsBytes - Variable in class com.fasterxml.jackson.core.util.RequestPayload
-
- _payloadAsText - Variable in class com.fasterxml.jackson.core.util.RequestPayload
-
- _processor - Variable in exception com.fasterxml.jackson.core.JsonGenerationException
-
- _processor - Variable in exception com.fasterxml.jackson.core.JsonParseException
-
- _ptr - Variable in class com.fasterxml.jackson.core.format.InputAccessor.Std
-
- _ptr - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _qbuf - Variable in class com.fasterxml.jackson.core.io.JsonStringEncoder
-
Temporary buffer used for composing quote/escape sequences
- _quadBuffer - Variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Temporary buffer used for name parsing.
- _quadBuffer - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Temporary buffer used for name parsing.
- _quoteChar - Variable in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Character used for quoting JSON Object property names
and String values.
- _quoteChar - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
Character used for quoting JSON Object property names
and String values.
- _quotedChars - Variable in class com.fasterxml.jackson.core.io.SerializedString
-
- _quotedUTF8Ref - Variable in class com.fasterxml.jackson.core.io.SerializedString
-
- _readBinary(Base64Variant, OutputStream, byte[]) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _readBinary(Base64Variant, OutputStream, byte[]) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _readBinary(Base64Variant, OutputStream, byte[]) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reader - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Reader that can be used for reading more content, if one
buffer from input source, but in some cases pre-loaded buffer
is handed to the parser.
- _readIOBuffer - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference to the allocated I/O buffer for low-level input reading,
if any allocated.
- _recyclerRef - Static variable in class com.fasterxml.jackson.core.JsonFactory
-
This
ThreadLocal
contains a
SoftReference
to a
BufferRecycler
used to provide a low-cost
buffer recycling between reader and writer instances.
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
Method called to release any buffers generator may be holding,
once generator is being closed.
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.base.ParserBase
-
Method called to release internal buffers owned by the base
reader.
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Method called to release internal buffers owned by the base
reader.
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Method called to release internal buffers owned by the base
reader.
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Method called to release internal buffers owned by the base
reader.
- _releaseBuffers() - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _reportBase64EOF() - Method in class com.fasterxml.jackson.core.Base64Variant
-
- _reportError(String) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportError(String) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- _reportInvalidBase64(char, int, String) - Method in class com.fasterxml.jackson.core.Base64Variant
-
- _reportInvalidChar(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _reportInvalidChar(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reportInvalidEOF() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportInvalidEOF(String, JsonToken) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportInvalidEOF(String) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportInvalidEOFInValue(JsonToken) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportInvalidEOFInValue() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportInvalidInitial(int) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _reportInvalidInitial(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reportInvalidOther(int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reportInvalidOther(int, int) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reportInvalidToken(String) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _reportInvalidToken(String, String) - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _reportInvalidToken(int, String) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _reportInvalidToken(int, String, String) - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
- _reportInvalidToken(String) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reportInvalidToken(String, String) - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
- _reportMismatchedEndMarker(int, char) - Method in class com.fasterxml.jackson.core.base.ParserBase
-
- _reportMissingRootWS(int) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportTooManyCollisions() - Method in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- _reportUnexpectedChar(int, String) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _reportUnsupportedOperation() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- _reportUnsupportedOperation() - Method in class com.fasterxml.jackson.core.JsonParser
-
Helper method to call for operations that are not supported by
parser implementation.
- _requestPayload - Variable in exception com.fasterxml.jackson.core.JsonParseException
-
Optional payload that can be assigned to pass along for error reporting
or handling purposes.
- _requestPayload - Variable in class com.fasterxml.jackson.core.JsonParser
-
Optional container that holds the request payload which will be displayed on JSON parsing error.
- _rootCharSymbols - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Each factory comes equipped with a shared root symbol table.
- _rootSeparator - Variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
String printed between root-level values, if any.
- _rootValueSeparator - Variable in class com.fasterxml.jackson.core.json.JsonGeneratorImpl
-
Separator to use, if any, between root-level values.
- _rootValueSeparator - Variable in class com.fasterxml.jackson.core.JsonFactory
-
Separator used between root-level values, if any; null indicates
"do not add separator".
- _rootValueSeparator - Variable in class com.fasterxml.jackson.core.util.MinimalPrettyPrinter
-
- _secondaryStart - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- _secondName - Variable in class com.fasterxml.jackson.core.json.DupDetector
-
- _seen - Variable in class com.fasterxml.jackson.core.json.DupDetector
-
Lazily constructed set of names already seen within this context.
- _size - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Current size (number of entries); needed to know if and when
rehash.
- _sizeThreshold - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Limit that indicates maximum size this instance can hold before
it needs to be expanded and rehashed.
- _skipCR() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
We actually need to check the character value here
(to see if we have \n following \r).
- _skipCR() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
We actually need to check the character value here
(to see if we have \n following \r).
- _skipString() - Method in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Method called to skim through rest of unparsed String value,
if it is not needed.
- _skipString() - Method in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Method called to skim through rest of unparsed String value,
if it is not needed.
- _skipString() - Method in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Method called to skim through rest of unparsed String value,
if it is not needed.
- _snapshotInfo - Variable in class com.fasterxml.jackson.core.Version
-
Additional information for snapshot versions; null for non-snapshot
(release) versions.
- _source - Variable in class com.fasterxml.jackson.core.json.DupDetector
-
We need to store a back-reference here to parser/generator.
- _sourceRef - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference to the source object, which can be used for displaying
location information
- _spacesInObjectEntries - Variable in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
By default we will add spaces around colons used to
separate object fields and values.
- _spilloverEnd - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Pointer to the offset within spill-over area where there is room
for more spilled over entries (if any).
- _startHandled - Variable in class com.fasterxml.jackson.core.filter.TokenFilterContext
-
Flag that indicates that start token has been read/written,
so that matching close token needs to be read/written as well
when context is getting closed.
- _surrogate - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
Although input is fine with full Unicode set, Java still uses
16-bit chars, so we may have to split high-order chars into
surrogate pairs.
- _symbols - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
- _symbols - Variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Symbol table that contains field names encountered so far
- _symbols - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Symbol table that contains field names encountered so far
- _symbols - Variable in class com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer
-
Primary matching symbols; it's expected most match occur from
here.
- _tableInfo - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Member that is only used by the root table instance: root
passes immutable state into child instances, and children
may return new state if they add entries to the table.
- _tertiaryShift - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
Constant that determines size of buckets for tertiary entries:
1 << _tertiaryShift
is the size, and shift value
is also used for translating from primary offset into
tertiary bucket (shift right by 4 + _tertiaryShift
).
- _tertiaryStart - Variable in class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
-
- _text - Variable in class com.fasterxml.jackson.core.io.JsonStringEncoder
-
Lazily constructed text buffer used to produce JSON encoded Strings
as characters (without UTF-8 encoding)
- _textBuffer - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Buffer that contains contents of String values, including
field names if necessary (name split across boundary,
contains escape sequence, or access needed to char array)
- _threadEncoder - Static variable in class com.fasterxml.jackson.core.io.JsonStringEncoder
-
This
ThreadLocal
contains a
SoftReference
to a
BufferRecycler
used to provide a low-cost
buffer recycling between reader and writer instances.
- _throwInternal() - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _throwInternal() - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- _throwInvalidSpace(int) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _throwUnquotedSpace(int, String) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
Method called to report a problem with unquoted control character.
- _tmpBuf - Variable in class com.fasterxml.jackson.core.io.UTF32Reader
-
- _token - Variable in exception com.fasterxml.jackson.core.io.JsonEOFException
-
Type of token that was being decoded, if parser had enough information
to recognize type (such as starting double-quote for Strings)
- _tokenCBuffer - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference to the buffer allocated for tokenization purposes,
in which character input is read, and from which it can be
further returned.
- _tokenIncomplete - Variable in class com.fasterxml.jackson.core.json.ReaderBasedJsonParser
-
Flag that indicates that the current token has not yet
been fully processed, and needs to be finished for
some access (or skipped to obtain the next token)
- _tokenIncomplete - Variable in class com.fasterxml.jackson.core.json.UTF8DataInputJsonParser
-
Flag that indicates that the current token has not yet
been fully processed, and needs to be finished for
some access (or skipped to obtain the next token)
- _tokenIncomplete - Variable in class com.fasterxml.jackson.core.json.UTF8StreamJsonParser
-
Flag that indicates that the current token has not yet
been fully processed, and needs to be finished for
some access (or skipped to obtain the next token)
- _tokenInputCol - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Column on input row that current token starts; 0-based (although
in the end it'll be converted to 1-based)
- _tokenInputRow - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Input row on which current token starts, 1-based
- _tokenInputTotal - Variable in class com.fasterxml.jackson.core.base.ParserBase
-
Total number of bytes/characters read before start of current token.
- _type - Variable in class com.fasterxml.jackson.core.JsonStreamContext
-
- _type - Variable in class com.fasterxml.jackson.core.type.TypeReference
-
- _unquotedUTF8Ref - Variable in class com.fasterxml.jackson.core.io.SerializedString
-
- _usesPadding - Variable in class com.fasterxml.jackson.core.Base64Variant
-
Whether this variant uses padding or not.
- _value - Variable in class com.fasterxml.jackson.core.io.SerializedString
-
- _verifyAlloc(Object) - Method in class com.fasterxml.jackson.core.io.IOContext
-
- _verifyOffsets(int, int, int) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
- _verifyPrettyValueWrite(String, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _verifyPrettyValueWrite(String) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _verifyRelease(byte[], byte[]) - Method in class com.fasterxml.jackson.core.io.IOContext
-
- _verifyRelease(char[], char[]) - Method in class com.fasterxml.jackson.core.io.IOContext
-
- _verifyValueWrite(String) - Method in class com.fasterxml.jackson.core.base.GeneratorBase
-
Method called before trying to write a value (scalar or structured),
to verify that this is legal in current output state, as well as to
output separators if and as necessary.
- _verifyValueWrite(String) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _verifyValueWrite(String) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _withSpaces(boolean) - Method in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
-
- _wrapError(String, Throwable) - Method in class com.fasterxml.jackson.core.base.ParserMinimalBase
-
- _writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _writeBinary(Base64Variant, InputStream, byte[], int) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _writeBinary(Base64Variant, InputStream, byte[]) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writeBinary(Base64Variant, InputStream, byte[], int) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writeBinary(Base64Variant, InputStream, byte[]) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writeContext - Variable in class com.fasterxml.jackson.core.base.GeneratorBase
-
Object that keeps track of the current contextual state
of the generator.
- _writeEncodingBuffer - Variable in class com.fasterxml.jackson.core.io.IOContext
-
Reference to the allocated I/O buffer used for low-level
encoding-related buffering.
- _writeFieldName(String, boolean) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writeFieldName(SerializableString, boolean) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writePPFieldName(String) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
Specialized version of _writeFieldName
, off-lined
to keep the "fast path" as simple (and hopefully fast) as possible.
- _writePPFieldName(SerializableString) - Method in class com.fasterxml.jackson.core.json.UTF8JsonGenerator
-
- _writePPFieldName(String, boolean) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
Specialized version of _writeFieldName
, off-lined
to keep the "fast path" as simple (and hopefully fast) as possible.
- _writePPFieldName(SerializableString, boolean) - Method in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writer - Variable in class com.fasterxml.jackson.core.json.WriterBasedJsonGenerator
-
- _writeSimpleObject(Object) - Method in class com.fasterxml.jackson.core.JsonGenerator
-
Helper method to try to call appropriate write method for given
untyped Object.