Uses of Package
tools.jackson.dataformat.smile
Packages that use tools.jackson.dataformat.smile
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.
Package that contains experimental non-blocking ("asynchronous")
implementation of reader-part of Jackson streaming API,
working on Smile format.
-
Classes in tools.jackson.dataformat.smile used by tools.jackson.dataformat.smileClassDescriptionFactory used for constructing
SmileParserandSmileGeneratorinstances; both of which handle Smile encoded data.TSFBuilderimplementation for constructingSmileFactoryinstances.JsonGeneratorimplementation for Smile-encoded content (see Smile Format Specification)Helper class used for keeping track of possibly shareable String references (for property names and/or short String values)SpecializedObjectMapperto use with Smile format backend.Base implementation for "Vanilla"ObjectMapper, used with Smile backend.Enumeration that defines all togglable features for Smile parsers.Enumeration that defines all togglable features for Smile generators. -
Classes in tools.jackson.dataformat.smile used by tools.jackson.dataformat.smile.async