All Classes and Interfaces
Class
Description
Helper class used for holding values for a while until output
can proceed in expected order.
Low-level helper class that handles actual reading of CSV,
purely based on indexes given without worrying about reordering etc.
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.
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
This class is used to determine the encoding of byte stream
that is to contain CSV document.
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.
Simple
FormatSchema
sub-type that defines details of things like:
How are "flat" property names mapped to hierarchic POJO types, using
separator-based naming convention.Container class for definitions of characters to escape.
Value in an ordered tree presentation built from an arbitrarily ordered
set of flat input values.
Helper class used for splitting a flattened property key into
nested/structured path that can be used to traverse and/or define
hierarchic structure.
Simple variant where we only have path separator, and optional "segment
is index iff value is integer number"
Instance that supports both path separator and index markers
(and possibly also "simple" indexes)
Special variant that does not use path separator, but does allow
index indicator, at the end of path.
"No-op" implementation that does no splitting and simply adds entries
as is.
Simple variant where we only have path separator, and optional "segment
is index iff value is integer number"
Helper class used to keep track of traversal over contents of
content tree expressed as
JPropNode
s.Cursor used for traversing non-empty JSON Array nodes
Cursor used for traversing non-empty JSON Object nodes
Optimized Reader that reads ISO-8859-1 encoded content from an input stream.
Helper for simple bounded LRU maps used for reusing lookup values.
Deprecated.
Deprecated.
Since 2.8
Simple value class for encapsulating a pair of start and end markers;
initially needed for index markers (like "[" and "]").
Helper class for efficient writing of numeric values
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Helper class for efficiently aggregating parsed and decoded
textual content
Optimized Reader that reads UTF-8 encoded content from an input stream.
Optimized Reader that reads UTF-8 encoded content from an input stream.
Efficient UTF-8 backed writer.
Deprecated.
Since 2.8
Enumeration that defines all togglable features for YAML generators
Convenience version of
ObjectMapper
which is configured
with YAMLFactory
.JsonParser
implementation used to expose YAML documents
in form that allows other Jackson functionality to process YAML content,
such as binding POJOs to and from it, and building tree representations.Enumeration that defines all togglable features for YAML parsers.
JsonLocation
instead