Interface | Description |
---|---|
JsonNode |
A node in a JSON document.
|
JsonNodeVisitor<T> |
Converter from a
JsonNode to a new type. |
Class | Description |
---|---|
JsonNodeParser |
Parses an JSON document into a simple DOM-like structure,
JsonNode . |
JsonNodeParser.Builder |
A builder for configuring and creating
JsonNodeParser . |
Copyright © 2022. All rights reserved.