Package | Description |
---|---|
org.codehaus.jackson.io |
This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse.
|
Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<SoftReference<JsonStringEncoder>> |
JsonStringEncoder._threadEncoder
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 |
JsonStringEncoder.getInstance()
Factory method for getting an instance; this is either recycled per-thread instance,
or a newly constructed one.
|