Modifier and Type | Method and Description |
---|---|
static TomlWriteFeature |
TomlWriteFeature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TomlWriteFeature[] |
TomlWriteFeature.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(TomlWriteFeature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
TomlWriteFeature for list of features) |
TomlFactoryBuilder |
TomlFactoryBuilder.configure(TomlWriteFeature f,
boolean state) |
TomlMapper |
TomlMapper.configure(TomlWriteFeature f,
boolean state) |
TomlMapper.Builder |
TomlMapper.Builder.configure(TomlWriteFeature feature,
boolean state) |
TomlMapper.Builder |
TomlMapper.Builder.disable(TomlWriteFeature... features) |
TomlFactory |
TomlFactory.disable(TomlWriteFeature f)
Method for disabling specified generator features
(check
TomlWriteFeature for list of features) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlWriteFeature f) |
TomlMapper |
TomlMapper.disable(TomlWriteFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlWriteFeature first,
TomlWriteFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.disable(TomlWriteFeature first,
TomlWriteFeature... other) |
TomlMapper.Builder |
TomlMapper.Builder.enable(TomlWriteFeature... features) |
TomlFactory |
TomlFactory.enable(TomlWriteFeature f)
Method for enabling specified generator feature
(check
TomlWriteFeature for list of features) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlWriteFeature f) |
TomlMapper |
TomlMapper.enable(TomlWriteFeature f) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlWriteFeature first,
TomlWriteFeature... other) |
TomlFactoryBuilder |
TomlFactoryBuilder.enable(TomlWriteFeature first,
TomlWriteFeature... other) |
boolean |
TomlFactory.isEnabled(TomlWriteFeature f)
Checked whether specified generator feature is enabled.
|
Copyright © 2021 FasterXML. All rights reserved.