Package software.amazon.awssdk.protocols.jsoncore
-
Interface Summary Interface Description JsonNode A node in a JSON document.JsonNodeVisitor<T> Converter from aJsonNode
to a new type.JsonValueNodeFactory Parses JSON tokens into JsonNode's values.JsonWriter.JsonGeneratorFactory Generate aJsonGenerator
for aOutputStream
. -
Class Summary Class Description JsonNodeParser Parses an JSON document into a simple DOM-like structure,JsonNode
.JsonNodeParser.Builder A builder for configuring and creatingJsonNodeParser
.JsonWriter Thin wrapper around Jackson's JSON generator.JsonWriter.Builder A builder for configuring and creatingJsonWriter
. -
Exception Summary Exception Description JsonWriter.JsonGenerationException Indicates an issue writing JSON content.