Package com.fasterxml.jackson.dataformat.smile
package 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.
-
ClassDescriptionAutomatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.Constants used by
SmileGenerator
andSmileParser
Factory used for constructingSmileParser
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.Simple bootstrapper version used with Smile format parser.Class for miscellaneous helper methods.Replacement forJsonWriteContext
; while not strictly needed is more streamlined, optimal since there's no need to keep track of separators etc.