Uses of Class
com.fasterxml.jackson.core.sym.CharsToNameCanonicalizer.TableInfo
-
Packages that use CharsToNameCanonicalizer.TableInfo Package Description com.fasterxml.jackson.core.sym 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.TableInfo Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<CharsToNameCanonicalizer.TableInfo>
CharsToNameCanonicalizer. _tableInfo
Member 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.TableInfo Modifier and Type Method Description static CharsToNameCanonicalizer.TableInfo
CharsToNameCanonicalizer.TableInfo. createInitial(int sz)
Methods in com.fasterxml.jackson.core.sym with parameters of type CharsToNameCanonicalizer.TableInfo Modifier and Type Method Description private void
CharsToNameCanonicalizer. 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.TableInfo Constructor Description CharsToNameCanonicalizer(CharsToNameCanonicalizer parent, int flags, int seed, CharsToNameCanonicalizer.TableInfo parentState)
Internal constructor used when creating child instances.
-