public class TomlFactoryBuilder extends com.fasterxml.jackson.core.TSFBuilder<TomlFactory,TomlFactoryBuilder>
TSFBuilder
implementation for constructing TomlFactory
instances.Modifier and Type | Field and Description |
---|---|
protected int |
_formatGeneratorFeatures |
protected int |
_formatParserFeatures |
Modifier and Type | Method and Description |
---|---|
TomlFactory |
build() |
TomlFactoryBuilder |
configure(TomlReadFeature f,
boolean state) |
TomlFactoryBuilder |
configure(TomlWriteFeature f,
boolean state) |
TomlFactoryBuilder |
disable(TomlReadFeature f) |
TomlFactoryBuilder |
disable(TomlReadFeature first,
TomlReadFeature... other) |
TomlFactoryBuilder |
disable(TomlWriteFeature f) |
TomlFactoryBuilder |
disable(TomlWriteFeature first,
TomlWriteFeature... other) |
TomlFactoryBuilder |
enable(TomlReadFeature f) |
TomlFactoryBuilder |
enable(TomlReadFeature first,
TomlReadFeature... other) |
TomlFactoryBuilder |
enable(TomlWriteFeature f) |
TomlFactoryBuilder |
enable(TomlWriteFeature first,
TomlWriteFeature... other) |
_legacyDisable, _legacyDisable, _legacyEnable, _legacyEnable, _this, configure, configure, configure, configure, configure, disable, disable, disable, disable, disable, disable, disable, disable, disable, enable, enable, enable, enable, enable, enable, enable, enable, enable, factoryFeaturesMask, inputDecorator, inputDecorator, outputDecorator, outputDecorator, streamReadFeatures, streamWriteFeatures
protected int _formatParserFeatures
protected int _formatGeneratorFeatures
public TomlFactory build()
build
in class com.fasterxml.jackson.core.TSFBuilder<TomlFactory,TomlFactoryBuilder>
public TomlFactoryBuilder enable(TomlReadFeature f)
public TomlFactoryBuilder enable(TomlReadFeature first, TomlReadFeature... other)
public TomlFactoryBuilder disable(TomlReadFeature f)
public TomlFactoryBuilder disable(TomlReadFeature first, TomlReadFeature... other)
public TomlFactoryBuilder configure(TomlReadFeature f, boolean state)
public TomlFactoryBuilder enable(TomlWriteFeature f)
public TomlFactoryBuilder enable(TomlWriteFeature first, TomlWriteFeature... other)
public TomlFactoryBuilder disable(TomlWriteFeature f)
public TomlFactoryBuilder disable(TomlWriteFeature first, TomlWriteFeature... other)
public TomlFactoryBuilder configure(TomlWriteFeature f, boolean state)
Copyright © 2021 FasterXML. All rights reserved.