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