Interface JsonValueNodeFactory
- All Known Implementing Classes:
SdkRpcV2CborValueNodeFactory
public interface JsonValueNodeFactory
Parses JSON tokens into JsonNode's values. Used only for atomic values.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT
Default implementation. Takes the tokens and returns JsonNode values based on its string representation.
-
-
Method Details
-
node
JsonNode node(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token) throws IOException - Throws:
IOException
-