Class TomlFactoryBuilder
java.lang.Object
tools.jackson.core.TSFBuilder<TomlFactory, TomlFactoryBuilder>
tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder<TomlFactory, TomlFactoryBuilder>
tools.jackson.dataformat.toml.TomlFactoryBuilder
public class TomlFactoryBuilder
extends tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder<TomlFactory, TomlFactoryBuilder>
TSFBuilder
implementation for constructing TomlFactory
instances.-
Field Summary
Fields inherited from class tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder
_generatorDecorators, _inputDecorator, _outputDecoratorFields inherited from class tools.jackson.core.TSFBuilder
_errorReportConfiguration, _factoryFeatures, _formatReadFeatures, _formatWriteFeatures, _recyclerPool, _streamReadConstraints, _streamReadFeatures, _streamWriteConstraints, _streamWriteFeatures -
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 tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder
addDecorator, generatorDecorators, inputDecorator, inputDecorator, outputDecorator, outputDecoratorMethods inherited from class tools.jackson.core.TSFBuilder
_this, configure, configure, configure, configureForJackson2, disable, disable, disable, disable, disable, enable, enable, enable, enable, enable, errorReportConfiguration, factoryFeaturesMask, formatReadFeaturesMask, formatWriteFeaturesMask, recyclerPool, recyclerPool, streamReadConstraints, streamReadFeaturesMask, streamWriteConstraints, streamWriteFeaturesMask
-
Constructor Details
-
TomlFactoryBuilder
TomlFactoryBuilder() -
TomlFactoryBuilder
TomlFactoryBuilder(TomlFactory base)
-
-
Method Details
-
build
- Specified by:
buildin classtools.jackson.core.TSFBuilder<TomlFactory, TomlFactoryBuilder>
-
enable
-
enable
-
disable
-
disable
-
configure
-
enable
-
enable
-
disable
-
disable
-
configure
-