Uses of Class
org.codehaus.jackson.smile.SmileGenerator.Feature
-
Packages that use SmileGenerator.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 SmileGenerator.Feature in org.codehaus.jackson.smile
Methods in org.codehaus.jackson.smile that return SmileGenerator.Feature Modifier and Type Method Description static SmileGenerator.FeatureSmileGenerator.Feature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SmileGenerator.Feature[]SmileGenerator.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 SmileGenerator.Feature Modifier and Type Method Description SmileFactorySmileFactory. configure(SmileGenerator.Feature f, boolean state)Method for enabling or disabling specified generator feature (checkJsonGenerator.Featurefor list of features)SmileGeneratorSmileGenerator. configure(SmileGenerator.Feature f, boolean state)SmileFactorySmileFactory. disable(SmileGenerator.Feature f)Method for disabling specified generator feature (checkJsonGenerator.Featurefor list of features)SmileGeneratorSmileGenerator. disable(SmileGenerator.Feature f)SmileFactorySmileFactory. enable(SmileGenerator.Feature f)Method for enabling specified generator features (checkJsonGenerator.Featurefor list of features)SmileGeneratorSmileGenerator. enable(SmileGenerator.Feature f)booleanSmileFactory. isEnabled(SmileGenerator.Feature f)Check whether specified generator feature is enabled.booleanSmileGenerator. isEnabled(SmileGenerator.Feature f)
-