Uses of Class
org.codehaus.jackson.smile.SmileParser.Feature
-
Packages that use SmileParser.Feature 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 SmileParser.Feature in org.codehaus.jackson.smile
Methods in org.codehaus.jackson.smile that return SmileParser.Feature Modifier and Type Method Description static SmileParser.FeatureSmileParser.Feature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SmileParser.Feature[]SmileParser.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.jackson.smile with parameters of type SmileParser.Feature Modifier and Type Method Description SmileFactorySmileFactory. configure(SmileParser.Feature f, boolean state)Method for enabling or disabling specified parser feature (checkSmileParser.Featurefor list of features)SmileFactorySmileFactory. disable(SmileParser.Feature f)Method for disabling specified parser features (checkSmileParser.Featurefor list of features)SmileFactorySmileFactory. enable(SmileParser.Feature f)Method for enabling specified parser feature (checkSmileParser.Featurefor list of features)booleanSmileFactory. isEnabled(SmileParser.Feature f)Checked whether specified parser feature is enabled.
-