All Classes
-
All Classes Class Summary Enum Summary Exception Summary Class Description BufferedValue Helper class used for holding values for a while until output can proceed in expected order.BufferedValue.BooleanValue BufferedValue.DoubleValue BufferedValue.IntValue BufferedValue.LongValue BufferedValue.NullValue BufferedValue.RawValue BufferedValue.TextValue CsvCharacterEscapes Character escapes for CSV.CsvDecoder Low-level helper class that handles actual reading of CSV, purely based on indexes given without worrying about reordering etc.CsvEncoder Helper class that handles actual low-level construction of CSV output, based only on indexes given without worrying about reordering, or binding from logical properties.CsvFactory CsvFactoryBuilder TSFBuilderimplementation for constructingCsvFactoryinstances.CsvGenerator CsvGenerator.Feature Enumeration that defines all togglable features for CSV writers (if any: currently none)CsvIOContext CsvMapper SpecializedObjectMapper, with extended functionality to produceCsvSchemainstances 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 onCsvSchema.CsvParser JsonParserimplementation 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 parsersCsvParserBootstrapper This class is used to determine the encoding of byte stream that is to contain CSV document.CsvSchema SimpleFormatSchemasub-type that defines properties of a CSV document to read or write.CsvSchema.Builder Class used for buildingCsvSchemainstances.CsvSchema.Column Representation of info for a single columnCsvSchema.ColumnType Enumeration that defines optional type indicators that can be passed with schema.LRUMap<K,V> Helper for simple bounded LRU maps used for reusing lookup values.NumberInput NumberOutput Helper class for efficient writing of numeric valuesPackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.TextBuffer Helper class for efficiently aggregating parsed and decoded textual contentUTF8Reader Optimized Reader that reads UTF-8 encoded content from an input stream.UTF8Writer Efficient UTF-8 backed writer.