Package | Description |
---|---|
com.fasterxml.jackson.core.io |
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.
|
Copyright © 2014 FasterXML. All Rights Reserved.