Package | Description |
---|---|
com.fasterxml.jackson.jr.stree | |
com.fasterxml.jackson.jr.stree.util |
Class and Description |
---|
JacksonJrsTreeCodec |
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 © 2020 FasterXML. All rights reserved.