Interface | Description |
---|---|
JsonNode |
A node in a JSON document.
|
JsonNodeVisitor<T> |
Converter from a
JsonNode to a new type. |
JsonWriter.JsonGeneratorFactory |
Generate a
JsonGenerator for a OutputStream . |
Class | Description |
---|---|
JsonNodeParser |
Parses an JSON document into a simple DOM-like structure,
JsonNode . |
JsonNodeParser.Builder |
A builder for configuring and creating
JsonNodeParser . |
JsonWriter |
Thin wrapper around Jackson's JSON generator.
|
JsonWriter.Builder |
A builder for configuring and creating
JsonWriter . |
Exception | Description |
---|---|
JsonWriter.JsonGenerationException |
Indicates an issue writing JSON content.
|
Copyright © 2023. All rights reserved.