Uses of Class
com.fasterxml.jackson.core.io.JsonStringEncoder

Packages that use JsonStringEncoder
com.fasterxml.jackson.core.io   
 

Uses of JsonStringEncoder in com.fasterxml.jackson.core.io
 

Fields in com.fasterxml.jackson.core.io with type parameters of type JsonStringEncoder
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.
 

Methods in com.fasterxml.jackson.core.io that return JsonStringEncoder
static JsonStringEncoder JsonStringEncoder.getInstance()
          Factory method for getting an instance; this is either recycled per-thread instance, or a newly constructed one.
 



Copyright © 2012 FasterXML. All Rights Reserved.