Package tools.jackson.dataformat.yaml
Class YAMLAnchorReplayingFactoryBuilder
java.lang.Object
tools.jackson.core.TSFBuilder<F,T>
tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder<YAMLFactory,YAMLFactoryBuilder>
tools.jackson.dataformat.yaml.YAMLFactoryBuilder
tools.jackson.dataformat.yaml.YAMLAnchorReplayingFactoryBuilder
A subclass of YAMLFactoryBuilder with the only purpose to replace the YAMLFactory by
the YAMLAnchorReplayingFactory subclass.
-
Field Summary
Fields inherited from class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
_dumpSettings, _loadSettings, _quotingChecker, _schema, _versionFields 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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
configure, configure, disable, disable, disable, disable, dumperOptions, dumpSettings, enable, enable, enable, enable, loadSettings, loadSettings, stringQuotingChecker, stringQuotingChecker, yamlSchema, yamlSchema, yamlVersionToWrite, yamlVersionToWriteMethods 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
-
YAMLAnchorReplayingFactoryBuilder
protected YAMLAnchorReplayingFactoryBuilder() -
YAMLAnchorReplayingFactoryBuilder
-
-
Method Details
-
build
- Overrides:
buildin classYAMLFactoryBuilder
-