Package | Description |
---|---|
software.amazon.awssdk.protocols.jsoncore |
Modifier and Type | Method and Description |
---|---|
static JsonNodeParser.Builder |
JsonNodeParser.builder()
Create a parser using custom configuration.
|
JsonNodeParser.Builder |
JsonNodeParser.Builder.jsonFactory(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)
The
JsonFactory implementation to be used when parsing the input. |
static JsonNodeParser.Builder |
JsonNode.parserBuilder()
Create a
JsonNodeParser.Builder for generating a JsonNode from a JSON document. |
JsonNodeParser.Builder |
JsonNodeParser.Builder.removeErrorLocations(boolean removeErrorLocations)
Whether error locations should be removed if parsing fails.
|
Copyright © 2023. All rights reserved.