Package | Description |
---|---|
com.fasterxml.jackson.core.base |
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
|
com.fasterxml.jackson.core.io | |
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Field and Description |
---|---|
protected TextBuffer |
ParserBase._textBuffer
Buffer that contains contents of String values, including
field names if necessary (name split across boundary,
contains escape sequence, or access needed to char array)
|
Modifier and Type | Method and Description |
---|---|
TextBuffer |
IOContext.constructTextBuffer() |
Modifier and Type | Method and Description |
---|---|
static TextBuffer |
TextBuffer.fromInitial(char[] initialSegment)
Factory method for constructing an instance with no allocator, and
with initial full segment.
|
Copyright © 2008–2021 FasterXML. All rights reserved.