| Package | Description | 
|---|---|
| com.fasterxml.jackson.core.io | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static ThreadLocal<SoftReference<JsonStringEncoder>> | JsonStringEncoder. _threadEncoderThis  ThreadLocalcontains aSoftReferenceto aBufferRecyclerused 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 © 2008-2016 FasterXML. All Rights Reserved.