Uses of Enum Class
com.fasterxml.jackson.dataformat.smile.SmileGenerator.Feature
Packages that use SmileGenerator.Feature
Package
Description
Package that contains implementation of Jackson Streaming API that works
with Smile data format (see Smile format specification),
and can be used with standard Jackson data binding functionality to deal with
Smile encoded data.
-
Uses of SmileGenerator.Feature in com.fasterxml.jackson.dataformat.smile
Methods in com.fasterxml.jackson.dataformat.smile that return SmileGenerator.FeatureModifier and TypeMethodDescriptionstatic SmileGenerator.Feature
Returns the enum constant of this class with the specified name.static SmileGenerator.Feature[]
SmileGenerator.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.smile that return types with arguments of type SmileGenerator.FeatureMethods in com.fasterxml.jackson.dataformat.smile with parameters of type SmileGenerator.FeatureModifier and TypeMethodDescriptionfinal SmileFactory
SmileFactory.configure
(SmileGenerator.Feature f, boolean state) Method for enabling or disabling specified generator feature (checkSmileGenerator.Feature
for list of features)SmileGenerator.configure
(SmileGenerator.Feature f, boolean state) SmileFactory.disable
(SmileGenerator.Feature f) Method for disabling specified generator feature (checkSmileGenerator.Feature
for list of features)SmileGenerator.disable
(SmileGenerator.Feature f) SmileFactory.enable
(SmileGenerator.Feature f) Method for enabling specified generator features (checkSmileGenerator.Feature
for list of features)SmileGenerator.enable
(SmileGenerator.Feature f) final boolean
SmileFactory.isEnabled
(SmileGenerator.Feature f) Check whether specified generator feature is enabled.final boolean
SmileGenerator.isEnabled
(SmileGenerator.Feature f)