Uses of Class
com.fasterxml.jackson.dataformat.smile.SmileFactory
Packages that use SmileFactory
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 SmileFactory in com.fasterxml.jackson.dataformat.smile
Methods in com.fasterxml.jackson.dataformat.smile that return SmileFactoryModifier and TypeMethodDescriptionfinal SmileFactorySmileFactory.configure(SmileGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkSmileGenerator.Featurefor list of features)final SmileFactorySmileFactory.configure(SmileParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkSmileParser.Featurefor list of features)SmileFactory.copy()SmileFactory.disable(SmileGenerator.Feature f) Method for disabling specified generator feature (checkSmileGenerator.Featurefor list of features)SmileFactory.disable(SmileParser.Feature f) Method for disabling specified parser features (checkSmileParser.Featurefor list of features)SmileFactory.enable(SmileGenerator.Feature f) Method for enabling specified generator features (checkSmileGenerator.Featurefor list of features)SmileFactory.enable(SmileParser.Feature f) Method for enabling specified parser feature (checkSmileParser.Featurefor list of features)Constructors in com.fasterxml.jackson.dataformat.smile with parameters of type SmileFactoryModifierConstructorDescriptionSmileFactory(SmileFactory src, com.fasterxml.jackson.core.ObjectCodec oc) Note: REQUIRES 2.2.1 -- unfortunate intra-patch dep but seems preferable to just leaving bug be as is