Uses of Package
com.fasterxml.jackson.core.sym
Packages that use com.fasterxml.jackson.core.sym
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
Non-blocking ("async") JSON parser implementation.
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
-
Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.coreClassDescriptionReplacement for
BytesToNameCanonicalizerwhich aims at more localized memory access due to flattening of name quad data.This class is a kind of specialized type-safe Map, from char array to String value. -
Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.core.jsonClassDescriptionReplacement for
BytesToNameCanonicalizerwhich aims at more localized memory access due to flattening of name quad data.This class is a kind of specialized type-safe Map, from char array to String value. -
Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.core.json.asyncClassDescriptionReplacement for
BytesToNameCanonicalizerwhich aims at more localized memory access due to flattening of name quad data. -
Classes in com.fasterxml.jackson.core.sym used by com.fasterxml.jackson.core.symClassDescriptionReplacement for
BytesToNameCanonicalizerwhich aims at more localized memory access due to flattening of name quad data.Immutable value class used for sharing information as efficiently as possible, by only require synchronization of reference manipulation but not access to contents.This class is a kind of specialized type-safe Map, from char array to String value.This class is a symbol table entry.Immutable value class used for sharing information as efficiently as possible, by only require synchronization of reference manipulation but not access to contents.Base class for tokenized names (key strings in objects) that have been tokenized from byte-based input sources (likeInputStream.Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.Generic implementation of PName used for "long" names, where long means that its byte (UTF-8) representation is 13 bytes or more.