Uses of Enum Class
tools.jackson.dataformat.toml.TomlReadFeature
Packages that use TomlReadFeature
-
Uses of TomlReadFeature in tools.jackson.dataformat.toml
Subclasses with type arguments of type TomlReadFeature in tools.jackson.dataformat.tomlModifier and TypeClassDescriptionenumEnumeration that defines all togglable features for TOML parsers.Methods in tools.jackson.dataformat.toml that return TomlReadFeatureModifier and TypeMethodDescriptionstatic TomlReadFeatureReturns the enum constant of this class with the specified name.static TomlReadFeature[]TomlReadFeature.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 TomlReadFeatureModifier and TypeMethodDescriptionTomlFactoryBuilder.configure(TomlReadFeature f, boolean state) TomlMapper.Builder.configure(TomlReadFeature feature, boolean state) TomlFactoryBuilder.disable(TomlReadFeature f) TomlFactoryBuilder.disable(TomlReadFeature first, TomlReadFeature... other) TomlMapper.Builder.disable(TomlReadFeature... features) TomlFactoryBuilder.enable(TomlReadFeature f) TomlFactoryBuilder.enable(TomlReadFeature first, TomlReadFeature... other) TomlMapper.Builder.enable(TomlReadFeature... features) booleanTomlFactory.isEnabled(TomlReadFeature f) booleanTomlMapper.isEnabled(TomlReadFeature f)