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<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.
|
Modifier and Type | Method and Description |
---|---|
static ByteQuadsCanonicalizer.TableInfo |
ByteQuadsCanonicalizer.TableInfo.createInitial(int sz) |
Modifier and Type | Method and Description |
---|---|
private void |
ByteQuadsCanonicalizer.mergeChild(ByteQuadsCanonicalizer.TableInfo childState) |
Constructor and Description |
---|
ByteQuadsCanonicalizer(ByteQuadsCanonicalizer parent,
boolean intern,
int seed,
boolean failOnDoS,
ByteQuadsCanonicalizer.TableInfo state)
Constructor used when creating a child instance
|