Class | Description |
---|---|
CsvCharacterEscapes |
Character escapes for CSV.
|
CsvFactory | |
CsvFactoryBuilder |
TSFBuilder
implementation for constructing CsvFactory
instances. |
CsvGenerator | |
CsvMapper |
Specialized
ObjectMapper , with extended functionality to
produce CsvSchema instances 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 on
JavaType and a given view. |
CsvParser |
JsonParser implementation used to expose CSV documents
in form that allows other Jackson functionality to deal
with it. |
CsvSchema |
Simple
FormatSchema sub-type that defines properties of
a CSV document to read or write. |
CsvSchema.Builder |
Class used for building
CsvSchema instances. |
CsvSchema.Column |
Representation of info for a single column
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
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 parsers
|
CsvSchema.ColumnType |
Enumeration that defines optional type indicators that can be passed
with schema.
|
Exception | Description |
---|---|
CsvMappingException | Deprecated
Since 2.13 use sub-class
CsvReadException and CsvWriteException
instead |
CsvReadException |
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 by
CsvSchema . |
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 by
CsvSchema . |
Copyright © 2022 FasterXML. All rights reserved.