|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextBuffer | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
TextBuffer |
IOContext.constructTextBuffer()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||