Uses of Class
org.codehaus.jackson.smile.SmileFactory
-
Packages that use SmileFactory Package Description org.codehaus.jackson.smile 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 SmileFactory Modifier and Type Field Description SmileFactory
Tool. smileFactory
Methods in org.codehaus.jackson.smile that return SmileFactory Modifier and Type Method Description SmileFactory
SmileFactory. configure(SmileGenerator.Feature f, boolean state)
Method for enabling or disabling specified generator feature (checkJsonGenerator.Feature
for list of features)SmileFactory
SmileFactory. configure(SmileParser.Feature f, boolean state)
Method for enabling or disabling specified parser feature (checkSmileParser.Feature
for list of features)SmileFactory
SmileFactory. disable(SmileGenerator.Feature f)
Method for disabling specified generator feature (checkJsonGenerator.Feature
for list of features)SmileFactory
SmileFactory. disable(SmileParser.Feature f)
Method for disabling specified parser features (checkSmileParser.Feature
for list of features)SmileFactory
SmileFactory. enable(SmileGenerator.Feature f)
Method for enabling specified generator features (checkJsonGenerator.Feature
for list of features)SmileFactory
SmileFactory. enable(SmileParser.Feature f)
Method for enabling specified parser feature (checkSmileParser.Feature
for list of features)
-