Package tools.jackson.dataformat.smile
package tools.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.
-
ClassDescriptionAutomatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.Constants used by
SmileGeneratorandSmileParserFactory used for constructingSmileParserandSmileGeneratorinstances; 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.Helper class to contain dynamically constructed "shared" instance of mapper, should one be needed viaSmileMapper.shared().Simple bootstrapper version used with Smile format parser.Enumeration that defines all togglable features for Smile parsers.Class for miscellaneous helper methods.Enumeration that defines all togglable features for Smile generators.