Uses of Enum
com.fasterxml.jackson.dataformat.smile.SmileParser.Feature
Packages that use SmileParser.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 SmileParser.Feature in com.fasterxml.jackson.dataformat.smile
Subclasses with type arguments of type SmileParser.Feature in com.fasterxml.jackson.dataformat.smileModifier and TypeClassDescriptionstatic enumEnumeration that defines all togglable features for Smile generators.Methods in com.fasterxml.jackson.dataformat.smile that return SmileParser.FeatureModifier and TypeMethodDescriptionstatic SmileParser.FeatureReturns the enum constant of this type with the specified name.static SmileParser.Feature[]SmileParser.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 SmileParser.FeatureMethods in com.fasterxml.jackson.dataformat.smile with parameters of type SmileParser.FeatureModifier and TypeMethodDescriptionfinal SmileFactorySmileFactory.configure(SmileParser.Feature f, boolean state) Method for enabling or disabling specified parser feature (checkSmileParser.Featurefor list of features)SmileFactoryBuilder.configure(SmileParser.Feature f, boolean state) SmileFactory.disable(SmileParser.Feature f) Method for disabling specified parser features (checkSmileParser.Featurefor list of features)SmileFactoryBuilder.disable(SmileParser.Feature f) SmileFactoryBuilder.disable(SmileParser.Feature first, SmileParser.Feature... other) SmileFactory.enable(SmileParser.Feature f) Method for enabling specified parser feature (checkSmileParser.Featurefor list of features)SmileFactoryBuilder.enable(SmileParser.Feature f) SmileFactoryBuilder.enable(SmileParser.Feature first, SmileParser.Feature... other) final booleanSmileFactory.isEnabled(SmileParser.Feature f) Checked whether specified parser feature is enabled. -
Uses of SmileParser.Feature in com.fasterxml.jackson.dataformat.smile.databind
Methods in com.fasterxml.jackson.dataformat.smile.databind with parameters of type SmileParser.FeatureModifier and TypeMethodDescriptionSmileMapper.Builder.configure(SmileParser.Feature f, boolean state) SmileMapper.Builder.disable(SmileParser.Feature... features) SmileMapper.Builder.enable(SmileParser.Feature... features)