Uses of Enum Class
tools.jackson.dataformat.smile.SmileWriteFeature
Packages that use SmileWriteFeature
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 SmileWriteFeature in tools.jackson.dataformat.smile
Subclasses with type arguments of type SmileWriteFeature in tools.jackson.dataformat.smileModifier and TypeClassDescriptionenumEnumeration that defines all togglable features for Smile generators.Methods in tools.jackson.dataformat.smile that return SmileWriteFeatureModifier and TypeMethodDescriptionstatic SmileWriteFeatureReturns the enum constant of this class with the specified name.static SmileWriteFeature[]SmileWriteFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.smile that return types with arguments of type SmileWriteFeatureMethods in tools.jackson.dataformat.smile with parameters of type SmileWriteFeatureModifier and TypeMethodDescriptionSmileFactoryBuilder.configure(SmileWriteFeature f, boolean state) SmileGenerator.configure(SmileWriteFeature f, boolean state) SmileMapper.Builder.configure(SmileWriteFeature feature, boolean state) SmileFactoryBuilder.disable(SmileWriteFeature f) SmileFactoryBuilder.disable(SmileWriteFeature first, SmileWriteFeature... other) SmileGenerator.disable(SmileWriteFeature f) SmileMapper.Builder.disable(SmileWriteFeature... features) SmileFactoryBuilder.enable(SmileWriteFeature f) SmileFactoryBuilder.enable(SmileWriteFeature first, SmileWriteFeature... other) SmileGenerator.enable(SmileWriteFeature f) SmileMapper.Builder.enable(SmileWriteFeature... features) final booleanSmileFactory.isEnabled(SmileWriteFeature f) Check whether specified generator feature is enabled.final booleanSmileGenerator.isEnabled(SmileWriteFeature f) booleanSmileMapper.isEnabled(SmileWriteFeature f)