Package com.fasterxml.jackson.dataformat.csv
-
Class Summary Class Description CsvFactory CsvGenerator CsvMapper SpecializedObjectMapper
, with extended functionality to produceCsvSchema
instances out of POJOs.CsvParser JsonParser
implementation used to expose CSV documents in form that allows other Jackson functionality to deal with it.CsvSchema SimpleFormatSchema
sub-type that defines properties of a CSV document to read or write.CsvSchema.Builder Class used for buildingCsvSchema
instances.CsvSchema.Column Representation of info for a single columnPackageVersion 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 Format-specific exception used to indicate problems regarding handling of CSV content above minimal decoding, based onCsvSchema
.