|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SmileGenerator.SharedStringNode in com.fasterxml.jackson.dataformat.smile |
|---|
| Fields in com.fasterxml.jackson.dataformat.smile declared as SmileGenerator.SharedStringNode | |
|---|---|
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 com.fasterxml.jackson.dataformat.smile with type parameters of type SmileGenerator.SharedStringNode | |
|---|---|
protected SmileBufferRecycler<SmileGenerator.SharedStringNode> |
SmileGenerator._smileBufferRecycler
Helper object used for low-level recycling of Smile-generator specific buffers. |
protected static ThreadLocal<SoftReference<SmileBufferRecycler<SmileGenerator.SharedStringNode>>> |
SmileGenerator._smileRecyclerRef
This ThreadLocal contains a SoftRerefence
to 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 | |
|---|---|
protected static SmileBufferRecycler<SmileGenerator.SharedStringNode> |
SmileGenerator._smileBufferRecycler()
|
| Constructors in com.fasterxml.jackson.dataformat.smile with parameters of type SmileGenerator.SharedStringNode | |
|---|---|
SmileGenerator.SharedStringNode(String value,
int index,
SmileGenerator.SharedStringNode next)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||