public class CBORFactoryBuilder extends com.fasterxml.jackson.core.TSFBuilder<CBORFactory,CBORFactoryBuilder>
TSFBuilder
implementation for constructing CBORFactory
instances.Modifier and Type | Field and Description |
---|---|
protected int |
_formatGeneratorFeatures
Set of
CBORGenerator.Feature s enabled, as bitmask. |
protected int |
_formatParserFeatures
Set of
CBORParser.Feature s enabled, as bitmask. |
Modifier | Constructor and Description |
---|---|
protected |
CBORFactoryBuilder() |
|
CBORFactoryBuilder(CBORFactory base) |
Modifier and Type | Method and Description |
---|---|
CBORFactory |
build() |
CBORFactoryBuilder |
configure(CBORGenerator.Feature f,
boolean state) |
CBORFactoryBuilder |
configure(CBORParser.Feature f,
boolean state) |
CBORFactoryBuilder |
disable(CBORGenerator.Feature f) |
CBORFactoryBuilder |
disable(CBORGenerator.Feature first,
CBORGenerator.Feature... other) |
CBORFactoryBuilder |
disable(CBORParser.Feature f) |
CBORFactoryBuilder |
disable(CBORParser.Feature first,
CBORParser.Feature... other) |
CBORFactoryBuilder |
enable(CBORGenerator.Feature f) |
CBORFactoryBuilder |
enable(CBORGenerator.Feature first,
CBORGenerator.Feature... other) |
CBORFactoryBuilder |
enable(CBORParser.Feature f) |
CBORFactoryBuilder |
enable(CBORParser.Feature first,
CBORParser.Feature... other) |
int |
formatGeneratorFeaturesMask() |
int |
formatParserFeaturesMask() |
_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
CBORParser.Feature
s enabled, as bitmask.protected int _formatGeneratorFeatures
CBORGenerator.Feature
s enabled, as bitmask.protected CBORFactoryBuilder()
public CBORFactoryBuilder(CBORFactory base)
public CBORFactoryBuilder enable(CBORParser.Feature f)
public CBORFactoryBuilder enable(CBORParser.Feature first, CBORParser.Feature... other)
public CBORFactoryBuilder disable(CBORParser.Feature f)
public CBORFactoryBuilder disable(CBORParser.Feature first, CBORParser.Feature... other)
public CBORFactoryBuilder configure(CBORParser.Feature f, boolean state)
public CBORFactoryBuilder enable(CBORGenerator.Feature f)
public CBORFactoryBuilder enable(CBORGenerator.Feature first, CBORGenerator.Feature... other)
public CBORFactoryBuilder disable(CBORGenerator.Feature f)
public CBORFactoryBuilder disable(CBORGenerator.Feature first, CBORGenerator.Feature... other)
public CBORFactoryBuilder configure(CBORGenerator.Feature f, boolean state)
public int formatParserFeaturesMask()
public int formatGeneratorFeaturesMask()
public CBORFactory build()
build
in class com.fasterxml.jackson.core.TSFBuilder<CBORFactory,CBORFactoryBuilder>
Copyright © 2022 FasterXML. All rights reserved.