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 |
|
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 |
|
CsvGenerator |
|
CsvGenerator.Feature |
Enumeration that defines all togglable features for CSV writers
(if any: currently none)
|
CsvIOContext |
|
CsvMapper |
Specialized ObjectMapper , with extended functionality to
produce CsvSchema instances out of POJOs.
|
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
|
CsvParserBootstrapper |
This class is used to determine the encoding of byte stream
that is to contain CSV document.
|
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.
|
JacksonYAMLParseException |
|
JavaPropsFactory |
|
JavaPropsGenerator |
|
JavaPropsMapper |
|
JavaPropsParser |
|
JavaPropsSchema |
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.
|
JPropEscapes |
Container class for definitions of characters to escape.
|
JPropNode |
Value in an ordered tree presentation built from an arbitrarily ordered
set of flat input values.
|
JPropNodeBuilder |
|
JPropPathSplitter |
Helper class used for splitting a flattened property key into
nested/structured path that can be used to traverse and/or define
hierarchic structure.
|
JPropPathSplitter.CharPathOnlySplitter |
Simple variant where we only have path separator, and optional "segment
is index iff value is integer number"
|
JPropPathSplitter.FullSplitter |
Instance that supports both path separator and index markers
(and possibly also "simple" indexes)
|
JPropPathSplitter.IndexOnlySplitter |
Special variant that does not use path separator, but does allow
index indicator, at the end of path.
|
JPropPathSplitter.NonSplitting |
"No-op" implementation that does no splitting and simply adds entries
as is.
|
JPropPathSplitter.StringPathOnlySplitter |
Simple variant where we only have path separator, and optional "segment
is index iff value is integer number"
|
JPropReadContext |
Helper class used to keep track of traversal over contents of
content tree expressed as JPropNode s.
|
JPropReadContext.ArrayContext |
Cursor used for traversing non-empty JSON Array nodes
|
JPropReadContext.ObjectContext |
Cursor used for traversing non-empty JSON Object nodes
|
JPropWriteContext |
|
Latin1Reader |
Optimized Reader that reads ISO-8859-1 encoded content from an input stream.
|
LRUMap<K,V> |
Helper for simple bounded LRU maps used for reusing lookup values.
|
Mark |
Deprecated.
|
MarkedYAMLException |
Deprecated.
|
Markers |
Simple value class for encapsulating a pair of start and end markers;
initially needed for index markers (like "[" and "]").
|
NumberInput |
|
NumberOutput |
Helper class for efficient writing of numeric values
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
PropertiesBackedGenerator |
|
TextBuffer |
Helper class for efficiently aggregating parsed and decoded
textual content
|
UTF8Reader |
Optimized Reader that reads UTF-8 encoded content from an input stream.
|
UTF8Reader |
Optimized Reader that reads UTF-8 encoded content from an input stream.
|
UTF8Writer |
Efficient UTF-8 backed writer.
|
UTF8Writer |
|
WriterBackedGenerator |
|
YAMLException |
Deprecated.
|
YAMLFactory |
|
YAMLGenerator |
|
YAMLGenerator.Feature |
Enumeration that defines all togglable features for YAML generators
|
YAMLMapper |
Convenience version of ObjectMapper which is configured
with YAMLFactory .
|
YAMLParser |
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.
|
YAMLParser.Feature |
Enumeration that defines all togglable features for YAML parsers.
|