| Package | Description |
|---|---|
| software.amazon.awssdk.protocols.jsoncore | |
| software.amazon.awssdk.protocols.jsoncore.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JsonNode.visit(JsonNodeVisitor<T> visitor)
Visit this node using the provided visitor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
NumberJsonNode.visit(JsonNodeVisitor<T> visitor) |
<T> T |
ObjectJsonNode.visit(JsonNodeVisitor<T> visitor) |
<T> T |
ArrayJsonNode.visit(JsonNodeVisitor<T> visitor) |
<T> T |
StringJsonNode.visit(JsonNodeVisitor<T> visitor) |
<T> T |
NullJsonNode.visit(JsonNodeVisitor<T> visitor) |
<T> T |
EmbeddedObjectJsonNode.visit(JsonNodeVisitor<T> visitor) |
<T> T |
BooleanJsonNode.visit(JsonNodeVisitor<T> visitor) |
Copyright © 2021. All rights reserved.