Uses of Class
org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
-
Packages that use SmileGenerator.SharedStringNode Package Description org.codehaus.jackson.smile Package that contains experimental implementation of "Binary-Encoded JSON-Like" data format handlers (parser, generator, factory produce both, supporting constants). -
-
Uses of SmileGenerator.SharedStringNode in org.codehaus.jackson.smile
Fields in org.codehaus.jackson.smile declared as SmileGenerator.SharedStringNode Modifier and Type Field Description protected SmileGenerator.SharedStringNode[]
SmileGenerator. _seenNames
Raw data structure used for checking whether field name to write can be output using back reference or not.protected SmileGenerator.SharedStringNode[]
SmileGenerator. _seenStringValues
Raw data structure used for checking whether String value to write can be output using back reference or not.SmileGenerator.SharedStringNode
SmileGenerator.SharedStringNode. next
Fields in org.codehaus.jackson.smile with type parameters of type SmileGenerator.SharedStringNode Modifier and Type Field Description protected SmileBufferRecycler<SmileGenerator.SharedStringNode>
SmileGenerator. _smileBufferRecycler
Helper object used for low-level recycling of Smile-generator specific buffers.protected static java.lang.ThreadLocal<java.lang.ref.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.Methods in org.codehaus.jackson.smile that return types with arguments of type SmileGenerator.SharedStringNode Modifier and Type Method Description protected static SmileBufferRecycler<SmileGenerator.SharedStringNode>
SmileGenerator. _smileBufferRecycler()
Constructors in org.codehaus.jackson.smile with parameters of type SmileGenerator.SharedStringNode Constructor Description SharedStringNode(java.lang.String value, int index, SmileGenerator.SharedStringNode next)
-