| CsvCharacterEscapes |
Character escapes for CSV.
|
| CsvFactory |
|
| CsvFactoryBuilder |
TSFBuilder
implementation for constructing CsvFactory
instances.
|
| CsvGenerator |
|
| CsvGenerator.Feature |
Enumeration that defines all togglable features for CSV writers
(if any: currently none)
|
| CsvMapper |
Specialized ObjectMapper, with extended functionality to
produce CsvSchema instances out of POJOs.
|
| CsvMapper.Builder |
Base implementation for "Vanilla" ObjectMapper, used with
CSV backend.
|
| CsvMappingException |
Format-specific exception used to indicate problems regarding handling of CSV
content above minimal decoding, based on CsvSchema.
|
| CsvParser |
JsonParser implementation used to expose CSV documents
in form that allows other Jackson functionality to deal
with it.
|
| CsvParser.Feature |
Enumeration that defines all togglable features for CSV parsers
|
| CsvSchema |
Simple FormatSchema sub-type that defines properties of
a CSV document to read or write.
|
| CsvSchema.Builder |
|
| CsvSchema.Column |
Representation of info for a single column
|
| CsvSchema.ColumnType |
Enumeration that defines optional type indicators that can be passed
with schema.
|