Uses of Enum
org.codehaus.jackson.smile.SmileGenerator.Feature
Packages that use SmileGenerator.Feature
Package
Description
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
Subclasses with type arguments of type SmileGenerator.Feature in org.codehaus.jackson.smileModifier and TypeClassDescriptionstatic enumEnumeration that defines all togglable features for Smile generators.Methods in org.codehaus.jackson.smile that return SmileGenerator.FeatureModifier and TypeMethodDescriptionstatic SmileGenerator.FeatureReturns 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.FeatureModifier and TypeMethodDescriptionfinal SmileFactorySmileFactory.configure(SmileGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkJsonGenerator.Featurefor list of features)SmileGenerator.configure(SmileGenerator.Feature f, boolean state) SmileFactory.disable(SmileGenerator.Feature f) Method for disabling specified generator feature (checkJsonGenerator.Featurefor list of features)SmileGenerator.disable(SmileGenerator.Feature f) SmileFactory.enable(SmileGenerator.Feature f) Method for enabling specified generator features (checkJsonGenerator.Featurefor list of features)SmileGenerator.enable(SmileGenerator.Feature f) final booleanSmileFactory.isEnabled(SmileGenerator.Feature f) Check whether specified generator feature is enabled.final booleanSmileGenerator.isEnabled(SmileGenerator.Feature f)