Class SdkRpcV2CborValueNodeFactory
java.lang.Object
software.amazon.awssdk.protocols.rpcv2.internal.SdkRpcV2CborValueNodeFactory
- All Implemented Interfaces:
JsonValueNodeFactory
Factory to create JsonNodes that can embed values from the CBOR parser.
-
Field Summary
FieldsFields inherited from interface software.amazon.awssdk.protocols.jsoncore.JsonValueNodeFactory
DEFAULT
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
node
public JsonNode node(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token) throws IOException - Specified by:
node
in interfaceJsonValueNodeFactory
- Throws:
IOException
-