Uses of Enum
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 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 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)SmileFactoryBuilder.configure
(SmileGenerator.Feature f, boolean state) SmileGenerator.configure
(SmileGenerator.Feature f, boolean state) SmileFactory.disable
(SmileGenerator.Feature f) Method for disabling specified generator feature (checkSmileGenerator.Feature
for list of features)SmileFactoryBuilder.disable
(SmileGenerator.Feature f) SmileFactoryBuilder.disable
(SmileGenerator.Feature first, SmileGenerator.Feature... other) SmileGenerator.disable
(SmileGenerator.Feature f) SmileFactory.enable
(SmileGenerator.Feature f) Method for enabling specified generator features (checkSmileGenerator.Feature
for list of features)SmileFactoryBuilder.enable
(SmileGenerator.Feature f) SmileFactoryBuilder.enable
(SmileGenerator.Feature first, SmileGenerator.Feature... other) 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) -
Uses of SmileGenerator.Feature in com.fasterxml.jackson.dataformat.smile.databind
Methods in com.fasterxml.jackson.dataformat.smile.databind with parameters of type SmileGenerator.FeatureModifier and TypeMethodDescriptionSmileMapper.Builder.configure
(SmileGenerator.Feature f, boolean state) SmileMapper.Builder.disable
(SmileGenerator.Feature... features) SmileMapper.Builder.enable
(SmileGenerator.Feature... features)