Package com.fasterxml.jackson.dataformat.csv
-
Interface Summary Interface Description CsvValueDecorator Interface defining API for handlers that can add and remove "decorations" to CSV values: for example, brackets around Array (List) values encoded in a single physical String column. -
Class Summary Class Description CsvCharacterEscapes Character escapes for CSV.CsvFactory CsvFactoryBuilder TSFBuilderimplementation for constructingCsvFactoryinstances.CsvGenerator CsvMapper SpecializedObjectMapper, with extended functionality to produceCsvSchemainstances out of POJOs.CsvMapper.Builder Base implementation for "Vanilla"ObjectMapper, used with CSV backend.CsvMapper.ViewKey Simple class in order to create a map key based onJavaTypeand a given view.CsvParser JsonParserimplementation used to expose CSV documents in form that allows other Jackson functionality to deal with it.CsvSchema SimpleFormatSchemasub-type that defines properties of a CSV document to read or write.CsvSchema.Builder Class used for buildingCsvSchemainstances.CsvSchema.Column Representation of info for a single columnCsvValueDecorators Container class for defaultCsvValueDecoratorimplementationsCsvValueDecorators.StringPrefixSuffixDecorator Decorated that adds static prefix and suffix around value to decorate value; removes the same when un-decorating.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml. -
Enum Summary Enum Description CsvGenerator.Feature Enumeration that defines all togglable features for CSV writers (if any: currently none)CsvParser.Feature Enumeration that defines all togglable features for CSV parsersCsvSchema.ColumnType Enumeration that defines optional type indicators that can be passed with schema. -
Exception Summary Exception Description CsvMappingException Deprecated. Since 2.13 use sub-classCsvReadExceptionandCsvWriteExceptioninsteadCsvReadException Format-specific exception used to indicate problems regarding low-level decoding/parsing issues specific to CSV content; usually problems with field-to-column mapping as defined byCsvSchema.CsvWriteException Format-specific exception used to indicate problems regarding low-level generation issues specific to CSV content; usually problems with field-to-column mapping as defined byCsvSchema.