| Package | Description |
|---|---|
| com.fasterxml.jackson.jr.stree | |
| com.fasterxml.jackson.jr.stree.util |
| Class and 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"). |
| JrsBoolean |
| 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 |
| 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. |
| Class and Description |
|---|
| JrsNumber |
| 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). |
Copyright © 2025 FasterXML. All rights reserved.