| Class | Description |
|---|---|
| JacksonJrsTreeCodec |
TreeCodec implementation that can build "simple", immutable
(read-only) trees out of JSON: these are represented as subtypes
of JrsValue ("Jrs" from "jackson JR Simple"). |
| 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.
|
| JrSimpleTreeExtension |
Simple
JacksonJrExtension for registering "simple Tree Model"
implementation (JacksonJrsTreeCodec). |
| 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.
|
| JrsNull |
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 © 2025 FasterXML. All rights reserved.