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.
|
Modifier and Type | Field and 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 |
Modifier and Type | Field and Description |
---|---|
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 SoftReference
to a buffer recycler used to provide a low-cost
buffer recycling for Smile-specific buffers. |
Modifier and Type | Method and Description |
---|---|
protected static SmileBufferRecycler<SmileGenerator.SharedStringNode> |
SmileGenerator._smileBufferRecycler() |
Constructor and Description |
---|
SmileGenerator.SharedStringNode(String value,
int index,
SmileGenerator.SharedStringNode next) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.