Uses of Class
org.codehaus.jackson.util.TextBuffer
-
Packages that use TextBuffer Package Description org.codehaus.jackson.impl Parser and generator implementation classes that Jackson defines and uses.org.codehaus.jackson.io 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 TextBuffer Modifier and Type Field Description protected 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 TextBuffer Modifier and Type Field Description protected 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 Modifier and Type Method Description TextBuffer
IOContext. constructTextBuffer()
-