Uses of Class
com.fasterxml.jackson.core.util.TextBuffer

Packages that use TextBuffer
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   
 

Uses of TextBuffer in com.fasterxml.jackson.core.base
 

Fields in com.fasterxml.jackson.core.base declared as TextBuffer
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)
 

Uses of TextBuffer in com.fasterxml.jackson.core.io
 

Fields in com.fasterxml.jackson.core.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 com.fasterxml.jackson.core.io that return TextBuffer
 TextBuffer IOContext.constructTextBuffer()
           
 



Copyright © 2012 FasterXML. All Rights Reserved.