All Classes Interface Summary 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.BigNumberValue |
|
BufferedValue.BooleanValue |
|
BufferedValue.DoubleValue |
|
BufferedValue.FloatValue |
|
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 |
TSFBuilder
implementation for constructing CsvFactory
instances.
|
CsvGenerator |
|
CsvGenerator.Feature |
Enumeration that defines all togglable features for CSV writers
(if any: currently none)
|
CsvMapper |
Specialized ObjectMapper , with extended functionality to
produce CsvSchema instances out of POJOs.
|
CsvMapper.Builder |
Base implementation for "Vanilla" ObjectMapper , used with
CSV backend.
|
CsvMapper.ViewKey |
Simple class in order to create a map key based on JavaType and a given view.
|
CsvMappingException |
Deprecated.
|
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.
|
CsvReadException |
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 .
|
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.
|
CsvValueDecorator |
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.
|
CsvValueDecorators |
|
CsvValueDecorators.StringPrefixSuffixDecorator |
Decorated that adds static prefix and suffix around value to decorate value;
removes the same when un-decorating.
|
CsvWriteException |
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 .
|
JacksonYAMLParseException |
|
JavaPropsFactory |
|
JavaPropsFactoryBuilder |
|
JavaPropsGenerator |
|
JavaPropsMapper |
|
JavaPropsMapper.Builder |
Base implementation for "Vanilla" ObjectMapper , used with
Java Properties backend.
|
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.
|
Lexer |
|
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 "]").
|
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.
|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
Parser |
|
Parser.FieldRef |
|
Parser.JsonNodeFactoryImpl |
|
Parser.TomlArrayNode |
|
Parser.TomlObjectNode |
|
PropertiesBackedGenerator |
|
SimpleTokenWriteContext |
Intermediate base context; for 2.x copied within CSV format codebase,
in 3.0 will be part of jackson-core
|
StringOutputUtil |
|
StringQuotingChecker |
Helper class that defines API used by
YAMLGenerator
to check whether property names and String values need to be quoted or not.
|
StringQuotingChecker.Default |
|
TomlFactory |
|
TomlFactoryBuilder |
TSFBuilder
implementation for constructing TomlFactory
instances.
|
TomlGenerator |
|
TomlMapper |
|
TomlMapper.Builder |
|
TomlReadFeature |
Enumeration that defines all togglable features for TOML parsers.
|
TomlStreamReadException |
|
TomlStreamReadException.ErrorContext |
|
TomlStreamWriteException |
|
TomlToken |
|
TomlWriteContext |
|
TomlWriteFeature |
Enumeration that defines all togglable features for TOML generators.
|
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.
|
UTF8Reader |
Optimized Reader that reads UTF-8 encoded content from an input stream.
|
UTF8Writer |
Efficient UTF-8 backed writer.
|
UTF8Writer |
|
WriterBackedGenerator |
|
YAMLException |
Deprecated.
|
YAMLFactory |
|
YAMLFactoryBuilder |
TSFBuilder
implementation for constructing YAMLFactory
instances.
|
YAMLGenerator |
|
YAMLGenerator.Feature |
Enumeration that defines all togglable features for YAML generators
|
YAMLMapper |
Convenience version of ObjectMapper which is configured
with YAMLFactory .
|
YAMLMapper.Builder |
Base implementation for "Vanilla" ObjectMapper , used with
YAML backend.
|
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.
|