| EnhancedRpcV2CborErrorUnmarshaller |
|
| ListUnmarshaller<T> |
This unmarshaller assumes that the start array token as already been consumed before getting
control of the context.
|
| MapUnmarshaller<K,V> |
|
| RpcV2CborUnmarshallerContext |
Used effectively as the API to access the context of performing the
rpcv2cbor-related unmarshalling.
|
| RpcV2CborUnmarshallerContextImpl |
|
| SimpleTypeRpcV2CborUnmarshallers |
|
| SimpleTypeRpcV2CborUnmarshallers.BigDecimalCborUnmarshaller |
|
| SimpleTypeRpcV2CborUnmarshallers.BigIntegerCborUnmarshaller |
|
| SimpleTypeRpcV2CborUnmarshallers.BooleanCborUnmarshaller |
Unmarshaller for Boolean values.
|
| SimpleTypeRpcV2CborUnmarshallers.ByteBufferCborUnmarshaller |
Unmarshaller for ByteBuffer values.
|
| SimpleTypeRpcV2CborUnmarshallers.ByteCborUnmarshaller |
Unmarshaller for Byte values.
|
| SimpleTypeRpcV2CborUnmarshallers.DateCborUnmarshaller |
Unmarshaller for Date values - JSON dates come in as epoch seconds.
|
| SimpleTypeRpcV2CborUnmarshallers.DoubleCborUnmarshaller |
Unmarshaller for Double values.
|
| SimpleTypeRpcV2CborUnmarshallers.FloatCborUnmarshaller |
Unmarshaller for Float values.
|
| SimpleTypeRpcV2CborUnmarshallers.IntegerCborUnmarshaller |
Unmarshaller for Integer values.
|
| SimpleTypeRpcV2CborUnmarshallers.LongCborUnmarshaller |
Unmarshaller for Long values.
|
| SimpleTypeRpcV2CborUnmarshallers.ShortCborUnmarshaller |
Unmarshaller for Short values.
|
| SimpleTypeRpcV2CborUnmarshallers.StringCborUnmarshaller |
Unmarshaller for String values.
|
| VoidRpcV2CborUnmarshaller<T> |
Simple unmarshaller that always
returns null.
|