Modifier and Type | Method and Description |
---|---|
static TomlReadFeature |
TomlReadFeature.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
TomlFactory |
TomlFactory.configure(TomlReadFeature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
TomlReadFeature for list of features) |
TomlFactoryBuilder |
TomlFactoryBuilder.configure(TomlReadFeature f,
boolean state) |
TomlMapper |
TomlMapper.configure(TomlReadFeature f,
boolean state) |
TomlMapper.Builder |
TomlMapper.Builder.configure(TomlReadFeature feature,
boolean state) |
TomlMapper.Builder |
TomlMapper.Builder.disable(TomlReadFeature... features) |
TomlFactory |
TomlFactory.disable(TomlReadFeature f)
Method for disabling specified parser features
(check
TomlReadFeature for list of features) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlReadFeature f) |
TomlMapper |
TomlMapper.disable(TomlReadFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlReadFeature first,
TomlReadFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlReadFeature first,
TomlReadFeature... other) |
TomlMapper.Builder |
TomlMapper.Builder.enable(TomlReadFeature... features) |
TomlFactory |
TomlFactory.enable(TomlReadFeature f)
Method for enabling specified parser feature
(check
TomlReadFeature for list of features) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlReadFeature f) |
TomlMapper |
TomlMapper.enable(TomlReadFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlReadFeature first,
TomlReadFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlReadFeature first,
TomlReadFeature... other) |
boolean |
TomlFactory.isEnabled(TomlReadFeature f)
Checked whether specified parser feature is enabled.
|
Copyright © 2021 FasterXML. All rights reserved.