All Classes and Interfaces
Classes
Class
Description
TSFBuilder
implementation for constructing JavaPropsFactory
instances.Base implementation for "Vanilla"
ObjectMapper, used with
Java Properties backend.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
JPropNodes.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.
Simple value class for encapsulating a pair of start and end markers;
initially needed for index markers (like "[" and "]").
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.