Package com.fasterxml.jackson.dataformat.csv
package com.fasterxml.jackson.dataformat.csv
-
ClassDescriptionCharacter escapes for CSV.
TSFBuilder
implementation for constructingCsvFactory
instances.Enumeration that defines all togglable features for CSV writers (if any: currently none)SpecializedObjectMapper
, with extended functionality to produceCsvSchema
instances out of POJOs.Base implementation for "Vanilla"ObjectMapper
, used with CSV backend.Simple class in order to create a map key based onJavaType
and a given view.Deprecated.JsonParser
implementation used to expose CSV documents in form that allows other Jackson functionality to deal with it.Enumeration that defines all togglable features for CSV parsersFormat-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
.SimpleFormatSchema
sub-type that defines properties of a CSV document to read or write.Class used for buildingCsvSchema
instances.Representation of info for a single columnEnumeration that defines optional type indicators that can be passed with schema.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
.Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
CsvReadException
andCsvWriteException
instead