Uses of Class
org.codehaus.jackson.io.JsonStringEncoder
-
Packages that use JsonStringEncoder Package Description org.codehaus.jackson.io This package contains I/O helper classes Jackson itself uses, but that are not exposed for external reuse. -
-
Uses of JsonStringEncoder in org.codehaus.jackson.io
Fields in org.codehaus.jackson.io with type parameters of type JsonStringEncoder Modifier and Type Field Description protected static ThreadLocal<SoftReference<JsonStringEncoder>>
JsonStringEncoder. _threadEncoder
ThisThreadLocal
contains aSoftReference
to aBufferRecycler
used to provide a low-cost buffer recycling between reader and writer instances.Methods in org.codehaus.jackson.io that return JsonStringEncoder Modifier and Type Method Description static JsonStringEncoder
JsonStringEncoder. getInstance()
Factory method for getting an instance; this is either recycled per-thread instance, or a newly constructed one.
-