Uses of Class
org.codehaus.jackson.smile.SmileFactory
Packages that use SmileFactory
Package
Description
Package that contains experimental implementation of
"Binary-Encoded JSON-Like" data format handlers (parser,
generator, factory produce both, supporting constants).
-
Uses of SmileFactory in org.codehaus.jackson.smile
Fields in org.codehaus.jackson.smile declared as SmileFactoryMethods in org.codehaus.jackson.smile that return SmileFactoryModifier and TypeMethodDescriptionfinal SmileFactorySmileFactory.configure(SmileGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkJsonGenerator.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.disable(SmileGenerator.Feature f) Method for disabling specified generator feature (checkJsonGenerator.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 (checkJsonGenerator.Featurefor list of features)SmileFactory.enable(SmileParser.Feature f) Method for enabling specified parser feature (checkSmileParser.Featurefor list of features)