Class SdkRpcV2CborValueNodeFactory
- java.lang.Object
-
- software.amazon.awssdk.protocols.rpcv2.internal.SdkRpcV2CborValueNodeFactory
-
- All Implemented Interfaces:
JsonValueNodeFactory
public final class SdkRpcV2CborValueNodeFactory extends Object implements JsonValueNodeFactory
Factory to create JsonNodes that can embed values from the CBOR parser.
-
-
Field Summary
Fields Modifier and Type Field Description static JsonValueNodeFactoryINSTANCE-
Fields inherited from interface software.amazon.awssdk.protocols.jsoncore.JsonValueNodeFactory
DEFAULT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonNodenode(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token)
-
-
-
Field Detail
-
INSTANCE
public static final JsonValueNodeFactory INSTANCE
-
-
Method Detail
-
node
public JsonNode node(software.amazon.awssdk.thirdparty.jackson.core.JsonParser parser, software.amazon.awssdk.thirdparty.jackson.core.JsonToken token) throws IOException
- Specified by:
nodein interfaceJsonValueNodeFactory- Throws:
IOException
-
-