Uses of Class
com.fasterxml.jackson.dataformat.csv.CsvMapper
Packages that use CsvMapper
-
Uses of CsvMapper in com.fasterxml.jackson.dataformat.csv
Subclasses with type arguments of type CsvMapper in com.fasterxml.jackson.dataformat.csvModifier and TypeClassDescriptionstatic classBase implementation for "Vanilla"ObjectMapper, used with CSV backend.Methods in com.fasterxml.jackson.dataformat.csv that return CsvMapperModifier and TypeMethodDescriptionCsvMapper.configure(CsvGenerator.Feature f, boolean state) CsvMapper.configure(CsvParser.Feature f, boolean state) CsvMapper.copy()CsvMapper.disable(CsvGenerator.Feature f) CsvMapper.disable(CsvParser.Feature f) CsvMapper.enable(CsvGenerator.Feature f) CsvMapper.enable(CsvParser.Feature f) Constructors in com.fasterxml.jackson.dataformat.csv with parameters of type CsvMapperModifierConstructorDescriptionprotectedCopy-constructor, mostly used to supportCsvMapper.copy().