Modifier and Type | Method and Description |
---|---|
TomlFactory |
TomlFactoryBuilder.build() |
TomlFactory |
TomlFactory.configure(TomlReadFeature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
TomlReadFeature for list of features) |
TomlFactory |
TomlFactory.configure(TomlWriteFeature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
TomlWriteFeature for list of features) |
TomlFactory |
TomlFactory.copy() |
TomlFactory |
TomlFactory.disable(TomlReadFeature f)
Method for disabling specified parser features
(check
TomlReadFeature for list of features) |
TomlFactory |
TomlFactory.disable(TomlWriteFeature f)
Method for disabling specified generator features
(check
TomlWriteFeature for list of features) |
TomlFactory |
TomlFactory.enable(TomlReadFeature f)
Method for enabling specified parser feature
(check
TomlReadFeature for list of features) |
TomlFactory |
TomlFactory.enable(TomlWriteFeature f)
Method for enabling specified generator feature
(check
TomlWriteFeature for list of features) |
TomlFactory |
TomlMapper.tokenStreamFactory() |
Modifier and Type | Method and Description |
---|---|
static TomlMapper.Builder |
TomlMapper.builder(TomlFactory streamFactory) |
Constructor and Description |
---|
TomlMapper(TomlFactory f) |
Copyright © 2021 FasterXML. All rights reserved.