Package | Description |
---|---|
com.fasterxml.jackson.core.io | |
com.fasterxml.jackson.core.util |
Utility classes used by Jackson Core functionality.
|
Modifier and Type | Method and Description |
---|---|
static JsonStringEncoder |
JsonStringEncoder.getInstance()
Deprecated.
Since 2.9.2 use
BufferRecyclers.getJsonStringEncoder() instead |
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<SoftReference<JsonStringEncoder>> |
BufferRecyclers._encoderRef
This
ThreadLocal contains a SoftReference
to a BufferRecycler used to provide a low-cost
buffer recycling between reader and writer instances. |
Modifier and Type | Method and Description |
---|---|
static JsonStringEncoder |
BufferRecyclers.getJsonStringEncoder() |
Copyright © 2008–2018 FasterXML. All rights reserved.