Uses of Package
com.fasterxml.jackson.dataformat.smile
Packages that use com.fasterxml.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 com.fasterxml.jackson.dataformat.smile used by com.fasterxml.jackson.dataformat.smileClassDescriptionFactory used for constructing
SmileParser
andSmileGenerator
instances; both of which handle Smile encoded data.TSFBuilder
implementation for constructingSmileFactory
instances.JsonGenerator
implementation for Smile-encoded content (see Smile Format Specification)Enumeration that defines all togglable features for Smile generators.Helper class used for keeping track of possibly shareable String references (for field names and/or short String values)Enumeration that defines all togglable features for Smile generators.Replacement forJsonWriteContext
; while not strictly needed is more streamlined, optimal since there's no need to keep track of separators etc. -
-
Classes in com.fasterxml.jackson.dataformat.smile used by com.fasterxml.jackson.dataformat.smile.databindClassDescriptionFactory used for constructing
SmileParser
andSmileGenerator
instances; both of which handle Smile encoded data.Enumeration that defines all togglable features for Smile generators.Enumeration that defines all togglable features for Smile generators.