Uses of Enum
com.fasterxml.jackson.dataformat.toml.TomlWriteFeature
Packages that use TomlWriteFeature
-
Uses of TomlWriteFeature in com.fasterxml.jackson.dataformat.toml
Subclasses with type arguments of type TomlWriteFeature in com.fasterxml.jackson.dataformat.tomlModifier and TypeClassDescriptionenumEnumeration that defines all togglable features for TOML generators.Methods in com.fasterxml.jackson.dataformat.toml that return TomlWriteFeatureModifier and TypeMethodDescriptionstatic TomlWriteFeatureReturns 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 TomlFactoryTomlFactory.configure(TomlWriteFeature f, boolean state) Method for enabling or disabling specified generator feature (checkTomlWriteFeaturefor 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 (checkTomlWriteFeaturefor 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 (checkTomlWriteFeaturefor list of features)TomlFactoryBuilder.enable(TomlWriteFeature f) TomlFactoryBuilder.enable(TomlWriteFeature first, TomlWriteFeature... other) TomlMapper.Builder.enable(TomlWriteFeature... features) TomlMapper.enable(TomlWriteFeature f) final booleanTomlFactory.isEnabled(TomlWriteFeature f) Checked whether specified generator feature is enabled.