Uses of Class
com.fasterxml.jackson.dataformat.smile.SmileGenerator.Feature
-
Packages that use SmileGenerator.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. -
-
Uses of SmileGenerator.Feature in com.fasterxml.jackson.dataformat.smile
Methods in com.fasterxml.jackson.dataformat.smile that return SmileGenerator.Feature Modifier and Type Method Description static SmileGenerator.FeatureSmileGenerator.Feature. valueOf(java.lang.String name)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.Feature Modifier and Type Method Description java.lang.Class<SmileGenerator.Feature>SmileFactory. getFormatWriteFeatureType()Methods in com.fasterxml.jackson.dataformat.smile with parameters of type SmileGenerator.Feature Modifier and Type Method Description SmileFactorySmileFactory. configure(SmileGenerator.Feature f, boolean state)Method for enabling or disabling specified generator feature (checkSmileGenerator.Featurefor list of features)SmileGeneratorSmileGenerator. configure(SmileGenerator.Feature f, boolean state)SmileFactorySmileFactory. disable(SmileGenerator.Feature f)Method for disabling specified generator feature (checkSmileGenerator.Featurefor list of features)SmileGeneratorSmileGenerator. disable(SmileGenerator.Feature f)SmileFactorySmileFactory. enable(SmileGenerator.Feature f)Method for enabling specified generator features (checkSmileGenerator.Featurefor list of features)SmileGeneratorSmileGenerator. enable(SmileGenerator.Feature f)booleanSmileFactory. isEnabled(SmileGenerator.Feature f)Check whether specified generator feature is enabled.booleanSmileGenerator. isEnabled(SmileGenerator.Feature f)
-