Package | Description |
---|---|
com.fasterxml.jackson.dataformat.csv |
Modifier and Type | Method and Description |
---|---|
CsvFactory |
CsvFactory.configure(CsvGenerator.Feature f,
boolean state)
Method for enabling or disabling specified generator feature
(check
CsvGenerator.Feature for list of features) |
CsvFactory |
CsvFactory.configure(CsvParser.Feature f,
boolean state)
Method for enabling or disabling specified parser feature
(check
CsvParser.Feature for list of features) |
CsvFactory |
CsvFactory.copy() |
CsvFactory |
CsvFactory.disable(CsvGenerator.Feature f)
Method for disabling specified generator feature
(check
CsvGenerator.Feature for list of features) |
CsvFactory |
CsvFactory.disable(CsvParser.Feature f)
Method for disabling specified parser features
(check
CsvParser.Feature for list of features) |
CsvFactory |
CsvFactory.enable(CsvGenerator.Feature f)
Method for enabling specified generator features
(check
CsvGenerator.Feature for list of features) |
CsvFactory |
CsvFactory.enable(CsvParser.Feature f)
Method for enabling specified parser feature
(check
CsvParser.Feature for list of features) |
CsvFactory |
CsvMapper.getFactory()
Overridden with more specific type, since factory we have
is always of type
CsvFactory |
Constructor and Description |
---|
CsvFactory(CsvFactory src,
com.fasterxml.jackson.core.ObjectCodec oc) |
CsvMapper(CsvFactory f) |
Copyright © 2016 FasterXML. All rights reserved.