Modifier and Type | Interface and Description |
---|---|
public interface | Instantiatable<T>
Add-on interface used to indicate things that may be "blueprint" objects
which can not be used as is, but are used for creating usable per-process
(serialization, deserialization) instances, using
|
public interface | JacksonFeature
Basic API implemented by Enums used for simple Jackson "features": on/off settings and capabilities exposed as something that can be internally represented as bit sets. |
public interface | JsonGeneratorDecorator
Simple interface to allow adding decorators around |
public interface | RecyclerPool<
Type of Objects pool recycles P extends RecyclerPool.API for object pools that control creation and possible reuse of objects that are costly to create (often things like encoding/decoding buffers). |
Modifier and Type | Class and Description |
---|---|
public class | BufferRecycler
This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers. |
public class | BufferRecyclers
Deprecated
Since 2.16 recycling aspects are handled via Helper entity used to control access to simple buffer recycling scheme used for
some encoding, decoding tasks.
RecyclerPool .
|
public class | ByteArrayBuilder
Helper class that is similar to |
public class | DefaultIndenter
Default linefeed-based indenter, used by |
public class | DefaultPrettyPrinter
Default |
public abstract class | InternalJacksonUtil
Internal Use Only. |
public class | InternCache
Singleton class that adds a simple first-level cache in front of regular String.intern() functionality. |
public class | JacksonFeatureSet<F extends JacksonFeature>
Container similar to |
public class | |
public class | JsonParserDelegate
Helper class that implements
delegation pattern for |
public class | JsonParserSequence
Helper class that can be used to sequence multiple physical
|
public class | JsonRecyclerPools
Set of |
public class | MinimalPrettyPrinter
|
public class | |
public class | RequestPayload
Container object used to contain optional information on content
being parsed, passed to |
public class | Separators
Value class used with some |
public class | TextBuffer
TextBuffer is a class similar to
|
pack-priv class | ThreadLocalBufferManager
For issue [jackson-core#400] We keep a separate Set of all SoftReferences to BufferRecyclers which are (also) referenced using `ThreadLocals`. |
public class | VersionUtil
Functionality for supporting exposing of component |