Uses of Enum
com.fasterxml.jackson.dataformat.toml.TomlReadFeature
Packages that use TomlReadFeature
-
Uses of TomlReadFeature in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return TomlReadFeatureModifier and TypeMethodDescriptionstatic TomlReadFeature
Returns 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 TomlFactory
TomlFactory.configure
(TomlReadFeature f, boolean state) Method for enabling or disabling specified parser feature (checkTomlReadFeature
for 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 (checkTomlReadFeature
for 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 (checkTomlReadFeature
for list of features)TomlFactoryBuilder.enable
(TomlReadFeature f) TomlFactoryBuilder.enable
(TomlReadFeature first, TomlReadFeature... other) TomlMapper.Builder.enable
(TomlReadFeature... features) TomlMapper.enable
(TomlReadFeature f) final boolean
TomlFactory.isEnabled
(TomlReadFeature f) Checked whether specified parser feature is enabled.