Uses of Enum Class
tools.jackson.dataformat.toml.TomlWriteFeature
Packages that use TomlWriteFeature
-
Uses of TomlWriteFeature in tools.jackson.dataformat.toml
Subclasses with type arguments of type TomlWriteFeature in tools.jackson.dataformat.tomlModifier and TypeClassDescriptionenumEnumeration that defines all togglable features for TOML generators.Methods in tools.jackson.dataformat.toml that return TomlWriteFeatureModifier and TypeMethodDescriptionstatic TomlWriteFeatureReturns the enum constant of this class with the specified name.static TomlWriteFeature[]TomlWriteFeature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.jackson.dataformat.toml with parameters of type TomlWriteFeatureModifier and TypeMethodDescriptionTomlFactoryBuilder.configure(TomlWriteFeature f, boolean state) TomlMapper.Builder.configure(TomlWriteFeature feature, boolean state) TomlFactoryBuilder.disable(TomlWriteFeature f) TomlFactoryBuilder.disable(TomlWriteFeature first, TomlWriteFeature... other) TomlMapper.Builder.disable(TomlWriteFeature... features) TomlFactoryBuilder.enable(TomlWriteFeature f) TomlFactoryBuilder.enable(TomlWriteFeature first, TomlWriteFeature... other) TomlMapper.Builder.enable(TomlWriteFeature... features) booleanTomlFactory.isEnabled(TomlWriteFeature f) booleanTomlMapper.isEnabled(TomlWriteFeature f)