Uses of Interface
com.fasterxml.jackson.core.util.BufferRecycler.Gettable
-
Packages that use BufferRecycler.Gettable Package Description com.fasterxml.jackson.core.io com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. -
-
Uses of BufferRecycler.Gettable in com.fasterxml.jackson.core.io
Classes in com.fasterxml.jackson.core.io that implement BufferRecycler.Gettable Modifier and Type Class Description class
SegmentedStringWriter
Efficient alternative toStringWriter
, based on using segmented internal buffer. -
Uses of BufferRecycler.Gettable in com.fasterxml.jackson.core.util
Classes in com.fasterxml.jackson.core.util that implement BufferRecycler.Gettable Modifier and Type Class Description class
ByteArrayBuilder
Helper class that is similar toByteArrayOutputStream
in usage, but more geared to Jackson use cases internally.
-