Uses of Class
com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer.TableInfo
-
Packages that use ByteQuadsCanonicalizer.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 ByteQuadsCanonicalizer.TableInfo in com.fasterxml.jackson.core.sym
Fields in com.fasterxml.jackson.core.sym with type parameters of type ByteQuadsCanonicalizer.TableInfo Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ByteQuadsCanonicalizer.TableInfo>
ByteQuadsCanonicalizer. _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 ByteQuadsCanonicalizer.TableInfo Modifier and Type Method Description static ByteQuadsCanonicalizer.TableInfo
ByteQuadsCanonicalizer.TableInfo. createInitial(int sz)
Methods in com.fasterxml.jackson.core.sym with parameters of type ByteQuadsCanonicalizer.TableInfo Modifier and Type Method Description private void
ByteQuadsCanonicalizer. mergeChild(ByteQuadsCanonicalizer.TableInfo childState)
Constructors in com.fasterxml.jackson.core.sym with parameters of type ByteQuadsCanonicalizer.TableInfo Constructor Description ByteQuadsCanonicalizer(ByteQuadsCanonicalizer parent, boolean intern, int seed, boolean failOnDoS, ByteQuadsCanonicalizer.TableInfo state)
Constructor used when creating a child instance
-