Uses of Enum
com.fasterxml.jackson.dataformat.toml.TomlReadFeature
Packages that use TomlReadFeature
-
Uses of TomlReadFeature in com.fasterxml.jackson.dataformat.toml
Subclasses with type arguments of type TomlReadFeature in com.fasterxml.jackson.dataformat.tomlModifier and TypeClassDescriptionenumEnumeration that defines all togglable features for TOML parsers.Methods in com.fasterxml.jackson.dataformat.toml that return TomlReadFeatureModifier and TypeMethodDescriptionstatic TomlReadFeatureReturns the enum constant of this type with the specified name.static TomlReadFeature[]TomlReadFeature.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 TomlReadFeatureModifier and TypeMethodDescriptionfinal TomlFactoryTomlFactory.configure(TomlReadFeature f, boolean state) Method for enabling or disabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactoryBuilder.configure(TomlReadFeature f, boolean state) TomlMapper.Builder.configure(TomlReadFeature feature, boolean state) TomlMapper.configure(TomlReadFeature f, boolean state) TomlFactory.disable(TomlReadFeature f) Method for disabling specified parser features (checkTomlReadFeaturefor list of features)TomlFactoryBuilder.disable(TomlReadFeature f) TomlFactoryBuilder.disable(TomlReadFeature first, TomlReadFeature... other) TomlMapper.Builder.disable(TomlReadFeature... features) TomlMapper.disable(TomlReadFeature f) TomlFactory.enable(TomlReadFeature f) Method for enabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactoryBuilder.enable(TomlReadFeature f) TomlFactoryBuilder.enable(TomlReadFeature first, TomlReadFeature... other) TomlMapper.Builder.enable(TomlReadFeature... features) TomlMapper.enable(TomlReadFeature f) final booleanTomlFactory.isEnabled(TomlReadFeature f) Checked whether specified parser feature is enabled.