Uses of Class
tools.jackson.dataformat.smile.SmileGenerator.SharedStringNode
Packages that use SmileGenerator.SharedStringNode
Package
Description
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 tools.jackson.dataformat.smile
Fields in tools.jackson.dataformat.smile declared as SmileGenerator.SharedStringNodeModifier and TypeFieldDescriptionprotected SmileGenerator.SharedStringNode[]SmileGenerator._seenNamesRaw data structure used for checking whether property 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.SharedStringNode.nextConstructors in tools.jackson.dataformat.smile with parameters of type SmileGenerator.SharedStringNodeModifierConstructorDescriptionSharedStringNode(String value, int index, SmileGenerator.SharedStringNode next)