Class TomlFactoryBuilder
java.lang.Object
com.fasterxml.jackson.core.TSFBuilder<TomlFactory,TomlFactoryBuilder>
com.fasterxml.jackson.dataformat.toml.TomlFactoryBuilder
public class TomlFactoryBuilder
extends com.fasterxml.jackson.core.TSFBuilder<TomlFactory,TomlFactoryBuilder>
TSFBuilder
implementation for constructing TomlFactory
instances.- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
Fields inherited from class com.fasterxml.jackson.core.TSFBuilder
_errorReportConfiguration, _factoryFeatures, _generatorDecorators, _inputDecorator, _outputDecorator, _recyclerPool, _streamReadConstraints, _streamReadFeatures, _streamWriteConstraints, _streamWriteFeatures, DEFAULT_FACTORY_FEATURE_FLAGS, DEFAULT_GENERATOR_FEATURE_FLAGS, DEFAULT_PARSER_FEATURE_FLAGS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
configure
(TomlReadFeature f, boolean state) configure
(TomlWriteFeature f, boolean state) disable
(TomlReadFeature first, TomlReadFeature... other) disable
(TomlWriteFeature first, TomlWriteFeature... other) enable
(TomlReadFeature first, TomlReadFeature... other) enable
(TomlWriteFeature first, TomlWriteFeature... other) Methods inherited from class com.fasterxml.jackson.core.TSFBuilder
_copy, _legacyDisable, _legacyDisable, _legacyEnable, _legacyEnable, _this, addDecorator, configure, configure, configure, configure, configure, disable, disable, disable, disable, disable, disable, disable, disable, disable, enable, enable, enable, enable, enable, enable, enable, enable, enable, errorReportConfiguration, factoryFeaturesMask, inputDecorator, inputDecorator, outputDecorator, outputDecorator, recyclerPool, recyclerPool, streamReadConstraints, streamReadFeatures, streamWriteConstraints, streamWriteFeatures
-
Field Details
-
_formatParserFeatures
protected int _formatParserFeatures -
_formatGeneratorFeatures
protected int _formatGeneratorFeatures
-
-
Constructor Details
-
TomlFactoryBuilder
TomlFactoryBuilder() -
TomlFactoryBuilder
TomlFactoryBuilder(TomlFactory base)
-
-
Method Details
-
build
- Specified by:
build
in classcom.fasterxml.jackson.core.TSFBuilder<TomlFactory,
TomlFactoryBuilder>
-
enable
-
enable
-
disable
-
disable
-
configure
-
enable
-
enable
-
disable
-
disable
-
configure
-