I am trying to use DynamoDb transaction library scan operation :
Scan operation return ScanResult which contains Map. Is there a better to map it to an object ?
There is an interface called ItemConvertor http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/dynamodbv2/datamodeling/ItemConverter.html , is there any concrete implementation for this ?