程序包 | 说明 |
---|---|
org.codehaus.jackson.io |
This package contains I/O helper classes Jackson itself uses, but that
are not exposed for external reuse.
|
限定符和类型 | 字段和说明 |
---|---|
protected static ThreadLocal<SoftReference<JsonStringEncoder>> |
JsonStringEncoder._threadEncoder
This
ThreadLocal contains a SoftRerefence
to a BufferRecycler used to provide a low-cost
buffer recycling between reader and writer instances. |
限定符和类型 | 方法和说明 |
---|---|
static JsonStringEncoder |
JsonStringEncoder.getInstance()
Factory method for getting an instance; this is either recycled per-thread instance,
or a newly constructed one.
|