Uses of Class
org.codehaus.jackson.smile.SmileBufferRecycler
Packages that use SmileBufferRecycler
Package
Description
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
-
Uses of SmileBufferRecycler in org.codehaus.jackson.smile
Fields in org.codehaus.jackson.smile declared as SmileBufferRecyclerModifier and TypeFieldDescriptionprotected final SmileBufferRecycler
<SmileGenerator.SharedStringNode> SmileGenerator._smileBufferRecycler
Helper object used for low-level recycling of Smile-generator specific buffers.protected final SmileBufferRecycler
<String> SmileParser._smileBufferRecycler
Helper object used for low-level recycling of Smile-generator specific buffers.Fields in org.codehaus.jackson.smile with type parameters of type SmileBufferRecyclerModifier and TypeFieldDescriptionprotected static final ThreadLocal
<SoftReference<SmileBufferRecycler<SmileGenerator.SharedStringNode>>> SmileGenerator._smileRecyclerRef
ThisThreadLocal
contains aSoftReference
to a buffer recycler used to provide a low-cost buffer recycling for Smile-specific buffers.protected static final ThreadLocal
<SoftReference<SmileBufferRecycler<String>>> SmileParser._smileRecyclerRef
ThreadLocal
contains aSoftReference
to a buffer recycler used to provide a low-cost buffer recycling for Smile-specific buffers.Methods in org.codehaus.jackson.smile that return SmileBufferRecyclerModifier and TypeMethodDescriptionprotected static final SmileBufferRecycler
<SmileGenerator.SharedStringNode> SmileGenerator._smileBufferRecycler()
protected static final SmileBufferRecycler
<String> SmileParser._smileBufferRecycler()