|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BufferRecycler | This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers. |
ByteArrayBuilder | Helper class that is similar to ByteArrayOutputStream
in usage, but more geared to Jackson use cases internally. |
CharTypes | |
InternCache | Singleton class that adds a simple first-level cache in front of regular String.intern() functionality. |
JsonGeneratorDelegate | |
JsonParserDelegate | Helper class that implements
delegate pattern for JsonParser ,
to allow for simple overridability of basic parsing functionality. |
TextBuffer | TextBuffer is a class similar to StringBuffer , with
following differences:
TextBuffer uses segments character arrays, to avoid having
to do additional array copies when array is not big enough. |
Enum Summary | |
---|---|
BufferRecycler.ByteBufferType | |
BufferRecycler.CharBufferType |
Utility classes used by Jackson Core functionality.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |