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.com.fasterxml.jackson.dataformat.smile.databind -
-
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.Feature
SmileGenerator.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 SmileFactory
SmileFactory. configure(SmileGenerator.Feature f, boolean state)
Method for enabling or disabling specified generator feature (checkSmileGenerator.Feature
for list of features)SmileFactoryBuilder
SmileFactoryBuilder. configure(SmileGenerator.Feature f, boolean state)
SmileGenerator
SmileGenerator. configure(SmileGenerator.Feature f, boolean state)
SmileFactory
SmileFactory. disable(SmileGenerator.Feature f)
Method for disabling specified generator feature (checkSmileGenerator.Feature
for list of features)SmileFactoryBuilder
SmileFactoryBuilder. disable(SmileGenerator.Feature f)
SmileFactoryBuilder
SmileFactoryBuilder. disable(SmileGenerator.Feature first, SmileGenerator.Feature... other)
SmileGenerator
SmileGenerator. disable(SmileGenerator.Feature f)
SmileFactory
SmileFactory. enable(SmileGenerator.Feature f)
Method for enabling specified generator features (checkSmileGenerator.Feature
for list of features)SmileFactoryBuilder
SmileFactoryBuilder. enable(SmileGenerator.Feature f)
SmileFactoryBuilder
SmileFactoryBuilder. enable(SmileGenerator.Feature first, SmileGenerator.Feature... other)
SmileGenerator
SmileGenerator. enable(SmileGenerator.Feature f)
boolean
SmileFactory. isEnabled(SmileGenerator.Feature f)
Check whether specified generator feature is enabled.boolean
SmileGenerator. isEnabled(SmileGenerator.Feature f)
-
Uses of SmileGenerator.Feature in com.fasterxml.jackson.dataformat.smile.databind
Methods in com.fasterxml.jackson.dataformat.smile.databind with parameters of type SmileGenerator.Feature Modifier and Type Method Description SmileMapper.Builder
SmileMapper.Builder. configure(SmileGenerator.Feature f, boolean state)
SmileMapper.Builder
SmileMapper.Builder. disable(SmileGenerator.Feature... features)
SmileMapper.Builder
SmileMapper.Builder. enable(SmileGenerator.Feature... features)
-