T - Type to unmarshall into.@FunctionalInterface public interface TransferManagerJsonUnmarshaller<T>
| Modifier and Type | Field and Description |
|---|---|
static TransferManagerJsonUnmarshaller<BigDecimal> |
BIG_DECIMAL |
static TransferManagerJsonUnmarshaller<Boolean> |
BOOLEAN |
static TransferManagerJsonUnmarshaller<Double> |
DOUBLE |
static TransferManagerJsonUnmarshaller<Float> |
FLOAT |
static TransferManagerJsonUnmarshaller<Instant> |
INSTANT |
static TransferManagerJsonUnmarshaller<Integer> |
INTEGER |
static TransferManagerJsonUnmarshaller<Long> |
LONG |
static TransferManagerJsonUnmarshaller<Map<String,Object>> |
MAP |
static TransferManagerJsonUnmarshaller<Void> |
NULL |
static TransferManagerJsonUnmarshaller<SdkBytes> |
SDK_BYTES |
static TransferManagerJsonUnmarshaller<Short> |
SHORT |
static TransferManagerJsonUnmarshaller<String> |
STRING |
| Modifier and Type | Method and Description |
|---|---|
default T |
unmarshall(JsonNode jsonContent) |
default T |
unmarshall(JsonNode jsonContent,
SdkField<?> field) |
T |
unmarshall(String content,
SdkField<?> field) |
static final TransferManagerJsonUnmarshaller<String> STRING
static final TransferManagerJsonUnmarshaller<Short> SHORT
static final TransferManagerJsonUnmarshaller<Integer> INTEGER
static final TransferManagerJsonUnmarshaller<Long> LONG
static final TransferManagerJsonUnmarshaller<Void> NULL
static final TransferManagerJsonUnmarshaller<Float> FLOAT
static final TransferManagerJsonUnmarshaller<Double> DOUBLE
static final TransferManagerJsonUnmarshaller<BigDecimal> BIG_DECIMAL
static final TransferManagerJsonUnmarshaller<Boolean> BOOLEAN
static final TransferManagerJsonUnmarshaller<SdkBytes> SDK_BYTES
static final TransferManagerJsonUnmarshaller<Instant> INSTANT
static final TransferManagerJsonUnmarshaller<Map<String,Object>> MAP
Copyright © 2023. All rights reserved.