Uses of Class
tools.jackson.core.util.TextBuffer
Packages that use TextBuffer
Package
Description
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Utility classes used by Jackson Core functionality.
-
Uses of TextBuffer in tools.jackson.core.base
Fields in tools.jackson.core.base declared as TextBufferModifier and TypeFieldDescriptionprotected final TextBufferParserBase._textBufferBuffer that contains contents of String values, including property names if necessary (name split across boundary, contains escape sequence, or access needed to char array) -
Uses of TextBuffer in tools.jackson.core.io
Methods in tools.jackson.core.io that return TextBufferModifier and TypeMethodDescriptionIOContext.constructReadConstrainedTextBuffer()IOContext.constructTextBuffer() -
Uses of TextBuffer in tools.jackson.core.util
Subclasses of TextBuffer in tools.jackson.core.utilMethods in tools.jackson.core.util that return TextBufferModifier and TypeMethodDescriptionstatic TextBufferTextBuffer.fromInitial(char[] initialSegment) Factory method for constructing an instance with no allocator, and with initial full segment.