Uses of Class
tools.jackson.core.sym.CharsToNameCanonicalizer.TableInfo
Packages that use CharsToNameCanonicalizer.TableInfo
Package
Description
Internal implementation classes for efficient handling of
of symbols in JSON (Object property names)
-
Uses of CharsToNameCanonicalizer.TableInfo in tools.jackson.core.sym
Fields in tools.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 tools.jackson.core.sym that return CharsToNameCanonicalizer.TableInfoMethods in tools.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 tools.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.