Uses of Class
com.fasterxml.jackson.dataformat.smile.SmileGenerator.SharedStringNode
-
Packages that use SmileGenerator.SharedStringNode Package Description com.fasterxml.jackson.dataformat.smile Package that contains implementation of Jackson Streaming API that works with Smile data format (see Smile format specification), and can be used with standard Jackson data binding functionality to deal with Smile encoded data. -
-
Uses of SmileGenerator.SharedStringNode in com.fasterxml.jackson.dataformat.smile
Fields in com.fasterxml.jackson.dataformat.smile declared as SmileGenerator.SharedStringNode Modifier and Type Field Description protected SmileGenerator.SharedStringNode[]SmileGenerator. _seenNamesRaw data structure used for checking whether field name to write can be output using back reference or not.protected SmileGenerator.SharedStringNode[]SmileGenerator. _seenStringValuesRaw data structure used for checking whether String value to write can be output using back reference or not.SmileGenerator.SharedStringNodeSmileGenerator.SharedStringNode. nextFields in com.fasterxml.jackson.dataformat.smile with type parameters of type SmileGenerator.SharedStringNode Modifier and Type Field Description protected SmileBufferRecycler<SmileGenerator.SharedStringNode>SmileGenerator. _smileBufferRecyclerHelper object used for low-level recycling of Smile-generator specific buffers.protected static java.lang.ThreadLocal<java.lang.ref.SoftReference<SmileBufferRecycler<SmileGenerator.SharedStringNode>>>SmileGenerator. _smileRecyclerRefThisThreadLocalcontains aSoftReferenceto a buffer recycler used to provide a low-cost buffer recycling for Smile-specific buffers.Methods in com.fasterxml.jackson.dataformat.smile that return types with arguments of type SmileGenerator.SharedStringNode Modifier and Type Method Description protected static SmileBufferRecycler<SmileGenerator.SharedStringNode>SmileGenerator. _smileBufferRecycler()Constructors in com.fasterxml.jackson.dataformat.smile with parameters of type SmileGenerator.SharedStringNode Constructor Description SharedStringNode(java.lang.String value, int index, SmileGenerator.SharedStringNode next)
-