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 SmileFactory
SmileFactory.configure
(SmileGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkJsonGenerator.Feature
for list of features)final SmileFactory
SmileFactory.configure
(SmileParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkSmileParser.Feature
for list of features)SmileFactory.disable
(SmileGenerator.Feature f) Method for disabling specified generator feature (checkJsonGenerator.Feature
for list of features)SmileFactory.disable
(SmileParser.Feature f) Method for disabling specified parser features (checkSmileParser.Feature
for list of features)SmileFactory.enable
(SmileGenerator.Feature f) Method for enabling specified generator features (checkJsonGenerator.Feature
for list of features)SmileFactory.enable
(SmileParser.Feature f) Method for enabling specified parser feature (checkSmileParser.Feature
for list of features)