| Package | Description |
|---|---|
| com.amazonaws.protocol.rpcv2cbor.internal |
| Modifier and Type | Field and Description |
|---|---|
static RpcV2CborMarshaller<BigDecimal> |
SimpleTypeRpcV2CborMarshallers.BIG_DECIMAL |
static RpcV2CborMarshaller<BigInteger> |
SimpleTypeRpcV2CborMarshallers.BIG_INTEGER |
static RpcV2CborMarshaller<Boolean> |
SimpleTypeRpcV2CborMarshallers.BOOLEAN |
static RpcV2CborMarshaller<ByteBuffer> |
SimpleTypeRpcV2CborMarshallers.BYTE_BUFFER |
static RpcV2CborMarshaller<Date> |
SimpleTypeRpcV2CborMarshallers.DATE |
static RpcV2CborMarshaller<Double> |
SimpleTypeRpcV2CborMarshallers.DOUBLE |
static RpcV2CborMarshaller<Float> |
SimpleTypeRpcV2CborMarshallers.FLOAT |
static RpcV2CborMarshaller<Integer> |
SimpleTypeRpcV2CborMarshallers.INTEGER |
static RpcV2CborMarshaller<List> |
SimpleTypeRpcV2CborMarshallers.LIST |
static RpcV2CborMarshaller<Long> |
SimpleTypeRpcV2CborMarshallers.LONG |
static RpcV2CborMarshaller<Map> |
SimpleTypeRpcV2CborMarshallers.MAP
Marshalls a Map as a RPCV2CBOR object where each key becomes a field.
|
static RpcV2CborMarshaller<Void> |
SimpleTypeRpcV2CborMarshallers.NULL
If the marshallingInfo is null, we are in a container (not a top level member) and should preserve
RPCV2CBOR null.
|
static RpcV2CborMarshaller<Void> |
RpcV2CborMarshaller.NULL |
static RpcV2CborMarshaller<Short> |
SimpleTypeRpcV2CborMarshallers.SHORT |
static RpcV2CborMarshaller<String> |
SimpleTypeRpcV2CborMarshallers.STRING |
static RpcV2CborMarshaller<StructuredPojo> |
SimpleTypeRpcV2CborMarshallers.STRUCTURED |
| Modifier and Type | Method and Description |
|---|---|
static <T> RpcV2CborMarshaller<T> |
SimpleTypeRpcV2CborMarshallers.adapt(StructuredRpcV2CborMarshaller<T> toAdapt)
Adapt a
StructuredRpcV2CborMarshaller to a RpcV2CborMarshaller. |
<T> RpcV2CborMarshaller<T> |
MarshallerRegistry.getMarshaller(MarshallLocation marshallLocation,
MarshallingType<T> marshallingType,
T val) |
<T> RpcV2CborMarshaller<T> |
MarshallerRegistry.getMarshaller(MarshallLocation marshallLocation,
T val) |
static <T> RpcV2CborMarshaller<T> |
RpcV2CborProtocolMarshaller.unsupportedMarshaller(MarshallingType<T> marshallingType) |
Copyright © 2025. All rights reserved.