Package tools.jackson.dataformat.csv


package tools.jackson.dataformat.csv
  • Class
    Description
    Character escapes for CSV.
     
    TSFBuilder implementation for constructing CsvFactory instances.
     
    Specialized ObjectMapper, with extended functionality to produce CsvSchema instances out of POJOs.
    Base implementation for "Vanilla" ObjectMapper, used with CSV backend.
     
    Simple class in order to create a map key based on JavaType and a given view.
    JsonParser implementation used to expose CSV documents in form that allows other Jackson functionality to deal with it.
    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.
    Enumeration that defines all togglable features for CSV parsers
    Simple FormatSchema sub-type that defines properties of a CSV document to read or write.
    Class used for building CsvSchema instances.
    Representation of info for a single column
    Enumeration that defines optional type indicators that can be passed with schema.
    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.
    Container class for default CsvValueDecorator implementations
    Decorated that adds static prefix and suffix around value to decorate value; removes the same when un-decorating.
    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.
    Enumeration that defines all togglable features for CSV writers
    Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.