Class SdkRpcV2CborUnmarshaller
- java.lang.Object
-
- software.amazon.awssdk.protocols.rpcv2.internal.SdkRpcV2CborUnmarshaller
-
public final class SdkRpcV2CborUnmarshaller extends Object
Unmarshalling support for the Smithy RPCv2 protocol.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultJsonUnmarshallerRegistry.BuildersetPayloadOverrides(DefaultJsonUnmarshallerRegistry.Builder builder)Creates an unmarshalling registry that knows how to read embedded values from the parse result.static JsonUnmarshallerRegistrytimestampFormatRegistryFactory(Map<MarshallLocation,TimestampFormatTrait.Format> formats)
-
-
-
Method Detail
-
timestampFormatRegistryFactory
public static JsonUnmarshallerRegistry timestampFormatRegistryFactory(Map<MarshallLocation,TimestampFormatTrait.Format> formats)
-
setPayloadOverrides
public static DefaultJsonUnmarshallerRegistry.Builder setPayloadOverrides(DefaultJsonUnmarshallerRegistry.Builder builder)
Creates an unmarshalling registry that knows how to read embedded values from the parse result.
-
-