| Class | Description |
|---|---|
| JacksonJrsTreeCodec | |
| JrsArray | |
| JrsBoolean | |
| JrsEmbeddedObject |
Container for opaque embedded Java objects, exposed by some non-JSON
backends: for example, binary formats would expose binary data natively
as such tokens.
|
| JrsMissing |
Virtual node used instead of `null`, when an operation does not match an
actual existing node; this can significantly simplify handling when no
null checks are needed.
|
| JrsNumber | |
| JrsObject | |
| JrsString | |
| JrsValue |
Shared base class for all "simple" node types of Jackson Jr
"simple tree" package; implements
TreeNode and is usable
via matching TreeCodec
implementation (see JacksonJrsTreeCodec). |
| JrsValue.Scalar |
Intermediate base class for non-structured types, other than
JrsMissing. |
| PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
Copyright © 2017 FasterXML. All rights reserved.