Uses of Enum
com.fasterxml.jackson.dataformat.toml.TomlWriteFeature
Packages that use TomlWriteFeature
-
Uses of TomlWriteFeature in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return TomlWriteFeatureModifier and TypeMethodDescriptionstatic TomlWriteFeature
Returns the enum constant of this type with the specified name.static TomlWriteFeature[]
TomlWriteFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.dataformat.toml with parameters of type TomlWriteFeatureModifier and TypeMethodDescriptionfinal TomlFactory
TomlFactory.configure
(TomlWriteFeature f, boolean state) Method for enabling or disabling specified generator feature (checkTomlWriteFeature
for list of features)TomlFactoryBuilder.configure
(TomlWriteFeature f, boolean state) TomlMapper.Builder.configure
(TomlWriteFeature feature, boolean state) TomlMapper.configure
(TomlWriteFeature f, boolean state) TomlFactory.disable
(TomlWriteFeature f) Method for disabling specified generator features (checkTomlWriteFeature
for list of features)TomlFactoryBuilder.disable
(TomlWriteFeature f) TomlFactoryBuilder.disable
(TomlWriteFeature first, TomlWriteFeature... other) TomlMapper.Builder.disable
(TomlWriteFeature... features) TomlMapper.disable
(TomlWriteFeature f) TomlFactory.enable
(TomlWriteFeature f) Method for enabling specified generator feature (checkTomlWriteFeature
for list of features)TomlFactoryBuilder.enable
(TomlWriteFeature f) TomlFactoryBuilder.enable
(TomlWriteFeature first, TomlWriteFeature... other) TomlMapper.Builder.enable
(TomlWriteFeature... features) TomlMapper.enable
(TomlWriteFeature f) final boolean
TomlFactory.isEnabled
(TomlWriteFeature f) Checked whether specified generator feature is enabled.