Package | Description |
---|---|
com.fasterxml.jackson.core.sym |
Internal implementation classes for efficient handling of
of symbols in JSON (field names in Objects)
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
static CharsToNameCanonicalizer.TableInfo |
CharsToNameCanonicalizer.TableInfo.createInitial(int sz) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
CharsToNameCanonicalizer(CharsToNameCanonicalizer parent,
int flags,
int seed,
CharsToNameCanonicalizer.TableInfo parentState)
Internal constructor used when creating child instances.
|