Uses of Class
com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer.TableInfo
Packages that use CharsToNameCanonicalizer.TableInfo
Package
Description
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
-
Uses of CharsToNameCanonicalizer.TableInfo in com.fasterxml.jackson.core.sym
Fields in com.fasterxml.jackson.core.sym with type parameters of type CharsToNameCanonicalizer.TableInfoModifier and TypeFieldDescriptionprotected final AtomicReference<CharsToNameCanonicalizer.TableInfo> CharsToNameCanonicalizer._tableInfoMember that is only used by the root table instance: root passes immutable state info child instances, and children may return new state if they add entries to the table.Methods in com.fasterxml.jackson.core.sym that return CharsToNameCanonicalizer.TableInfoMethods in com.fasterxml.jackson.core.sym with parameters of type CharsToNameCanonicalizer.TableInfoModifier and TypeMethodDescriptionprivate voidCharsToNameCanonicalizer.mergeChild(CharsToNameCanonicalizer.TableInfo childState) Method that allows contents of child table to potentially be "merged in" with contents of this symbol table.Constructors in com.fasterxml.jackson.core.sym with parameters of type CharsToNameCanonicalizer.TableInfoModifierConstructorDescriptionprivateCharsToNameCanonicalizer(CharsToNameCanonicalizer parent, StreamReadConstraints src, int factoryFeatures, int seed, CharsToNameCanonicalizer.TableInfo parentState) Internal constructor used when creating child instances.