Uses of Class
com.fasterxml.jackson.dataformat.smile.SmileParser.Feature
-
Packages that use SmileParser.Feature Package Description com.fasterxml.jackson.dataformat.smile 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.com.fasterxml.jackson.dataformat.smile.databind -
-
Uses of SmileParser.Feature in com.fasterxml.jackson.dataformat.smile
Methods in com.fasterxml.jackson.dataformat.smile that return SmileParser.Feature Modifier and Type Method Description static SmileParser.FeatureSmileParser.Feature. valueOf(java.lang.String name)Returns 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.Feature Modifier and Type Method Description java.lang.Class<SmileParser.Feature>SmileFactory. getFormatReadFeatureType()Methods in com.fasterxml.jackson.dataformat.smile with parameters of type SmileParser.Feature Modifier and Type Method Description SmileFactorySmileFactory. configure(SmileParser.Feature f, boolean state)Method for enabling or disabling specified parser feature (checkSmileParser.Featurefor list of features)SmileFactoryBuilderSmileFactoryBuilder. configure(SmileParser.Feature f, boolean state)SmileFactorySmileFactory. disable(SmileParser.Feature f)Method for disabling specified parser features (checkSmileParser.Featurefor list of features)SmileFactoryBuilderSmileFactoryBuilder. disable(SmileParser.Feature f)SmileFactoryBuilderSmileFactoryBuilder. disable(SmileParser.Feature first, SmileParser.Feature... other)SmileFactorySmileFactory. enable(SmileParser.Feature f)Method for enabling specified parser feature (checkSmileParser.Featurefor list of features)SmileFactoryBuilderSmileFactoryBuilder. enable(SmileParser.Feature f)SmileFactoryBuilderSmileFactoryBuilder. enable(SmileParser.Feature first, SmileParser.Feature... other)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.Feature Modifier and Type Method Description SmileMapper.BuilderSmileMapper.Builder. configure(SmileParser.Feature f, boolean state)SmileMapper.BuilderSmileMapper.Builder. disable(SmileParser.Feature... features)SmileMapper.BuilderSmileMapper.Builder. enable(SmileParser.Feature... features)
-