Class CBORFactoryBuilder
java.lang.Object
tools.jackson.core.TSFBuilder<CBORFactory, CBORFactoryBuilder>
tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder<CBORFactory, CBORFactoryBuilder>
tools.jackson.dataformat.cbor.CBORFactoryBuilder
public class CBORFactoryBuilder
extends tools.jackson.core.base.DecorableTSFactory.DecorableTSFBuilder<CBORFactory, CBORFactoryBuilder>
TSFBuilder
implementation for constructing CBORFactory
instances.- Since:
- 3.0
-
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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()configure(CBORReadFeature f, boolean state) configure(CBORWriteFeature f, boolean state) disable(CBORReadFeature first, CBORReadFeature... other) disable(CBORWriteFeature first, CBORWriteFeature... other) enable(CBORReadFeature first, CBORReadFeature... other) enable(CBORWriteFeature first, CBORWriteFeature... 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
-
CBORFactoryBuilder
protected CBORFactoryBuilder() -
CBORFactoryBuilder
-
-
Method Details
-
enable
-
enable
-
disable
-
disable
-
configure
-
enable
-
enable
-
disable
-
disable
-
configure
-
build
- Specified by:
buildin classtools.jackson.core.TSFBuilder<CBORFactory, CBORFactoryBuilder>
-