Uses of Class
org.codehaus.jackson.util.TextBuffer
Packages that use TextBuffer
Package
Description
Parser and generator implementation classes that Jackson
defines and uses.
This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse.
-
Uses of TextBuffer in org.codehaus.jackson.impl
Fields in org.codehaus.jackson.impl declared as TextBufferModifier and TypeFieldDescriptionprotected final TextBuffer
JsonParserBase._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) -
Uses of TextBuffer in org.codehaus.jackson.io
Fields in org.codehaus.jackson.io declared as TextBufferModifier and TypeFieldDescriptionprotected final TextBuffer
SegmentedStringWriter._buffer
protected TextBuffer
JsonStringEncoder._textBuffer
Lazily constructed text buffer used to produce JSON encoded Strings as characters (without UTF-8 encoding)Methods in org.codehaus.jackson.io that return TextBuffer