Uses of Class
com.fasterxml.jackson.dataformat.toml.TomlReadFeature
-
Packages that use TomlReadFeature Package Description com.fasterxml.jackson.dataformat.toml -
-
Uses of TomlReadFeature in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return TomlReadFeature Modifier and Type Method Description static TomlReadFeatureTomlReadFeature. valueOf(java.lang.String name)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 TomlReadFeature Modifier and Type Method Description TomlFactoryTomlFactory. configure(TomlReadFeature f, boolean state)Method for enabling or disabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactoryBuilderTomlFactoryBuilder. configure(TomlReadFeature f, boolean state)TomlMapper.BuilderTomlMapper.Builder. configure(TomlReadFeature feature, boolean state)TomlMapperTomlMapper. configure(TomlReadFeature f, boolean state)TomlFactoryTomlFactory. disable(TomlReadFeature f)Method for disabling specified parser features (checkTomlReadFeaturefor list of features)TomlFactoryBuilderTomlFactoryBuilder. disable(TomlReadFeature f)TomlFactoryBuilderTomlFactoryBuilder. disable(TomlReadFeature first, TomlReadFeature... other)TomlMapper.BuilderTomlMapper.Builder. disable(TomlReadFeature... features)TomlMapperTomlMapper. disable(TomlReadFeature f)TomlFactoryTomlFactory. enable(TomlReadFeature f)Method for enabling specified parser feature (checkTomlReadFeaturefor list of features)TomlFactoryBuilderTomlFactoryBuilder. enable(TomlReadFeature f)TomlFactoryBuilderTomlFactoryBuilder. enable(TomlReadFeature first, TomlReadFeature... other)TomlMapper.BuilderTomlMapper.Builder. enable(TomlReadFeature... features)TomlMapperTomlMapper. enable(TomlReadFeature f)booleanTomlFactory. isEnabled(TomlReadFeature f)Checked whether specified parser feature is enabled.
-