Uses of Enum Class
tools.jackson.dataformat.smile.SmileReadFeature
Packages that use SmileReadFeature
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 SmileReadFeature in tools.jackson.dataformat.smile
Subclasses with type arguments of type SmileReadFeature in tools.jackson.dataformat.smileModifier and TypeClassDescriptionenumEnumeration that defines all togglable features for Smile parsers.Methods in tools.jackson.dataformat.smile that return SmileReadFeatureModifier and TypeMethodDescriptionstatic SmileReadFeatureReturns the enum constant of this class with the specified name.static SmileReadFeature[]SmileReadFeature.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 SmileReadFeatureMethods in tools.jackson.dataformat.smile with parameters of type SmileReadFeatureModifier and TypeMethodDescriptionSmileFactoryBuilder.configure(SmileReadFeature f, boolean state) SmileMapper.Builder.configure(SmileReadFeature feature, boolean state) SmileFactoryBuilder.disable(SmileReadFeature f) SmileFactoryBuilder.disable(SmileReadFeature first, SmileReadFeature... other) SmileMapper.Builder.disable(SmileReadFeature... features) SmileFactoryBuilder.enable(SmileReadFeature f) SmileFactoryBuilder.enable(SmileReadFeature first, SmileReadFeature... other) SmileMapper.Builder.enable(SmileReadFeature... features) final booleanSmileFactory.isEnabled(SmileReadFeature f) Checked whether specified parser feature is enabled.booleanSmileMapper.isEnabled(SmileReadFeature f)