Package com.fasterxml.jackson.dataformat.csv


package com.fasterxml.jackson.dataformat.csv
  • Class
    Description
     
     
    Enumeration that defines all togglable features for CSV writers (if any: currently none)
    Specialized ObjectMapper, with extended functionality to produce CsvSchema instances out of POJOs.
    Format-specific exception used to indicate problems regarding handling of CSV content above minimal decoding, based on CsvSchema.
    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 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.
    Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.