Interface TransferManagerJsonUnmarshaller<T>
- Type Parameters:
 T- Type to unmarshall into.
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface for unmarshalling a field from JSON.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransferManagerJsonUnmarshaller<BigDecimal> static final TransferManagerJsonUnmarshaller<Boolean> static final TransferManagerJsonUnmarshaller<Double> static final TransferManagerJsonUnmarshaller<Float> static final TransferManagerJsonUnmarshaller<Instant> static final TransferManagerJsonUnmarshaller<Integer> static final TransferManagerJsonUnmarshaller<Long> static final TransferManagerJsonUnmarshaller<Map<String, Object>> static final TransferManagerJsonUnmarshaller<Void> static final TransferManagerJsonUnmarshaller<SdkBytes> static final TransferManagerJsonUnmarshaller<Short> static final TransferManagerJsonUnmarshaller<String>  - 
Method Summary
Modifier and TypeMethodDescriptionunmarshall(String content, SdkField<?> field) default Tunmarshall(JsonNode jsonContent) default Tunmarshall(JsonNode jsonContent, SdkField<?> field)  
- 
Field Details
- 
STRING
 - 
SHORT
 - 
INTEGER
 - 
LONG
 - 
NULL
 - 
FLOAT
 - 
DOUBLE
 - 
BIG_DECIMAL
 - 
BOOLEAN
 - 
SDK_BYTES
 - 
INSTANT
 - 
MAP
 
 - 
 - 
Method Details
- 
unmarshall
 - 
unmarshall
 - 
unmarshall
 
 -