Interface IDynamoHelper
- All Known Implementing Classes:
DynamoHelper
public interface IDynamoHelper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceExample of a simple Mapper to convert from Dynamo Item to client POJO -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(String table, IDynamoHelper.IDynamoOperation operation) <T> Optional<T>fineOne(Get get, IDynamoHelper.IRowMapper<T> mapper, Class<T> cls) void
-
Method Details
-
persist
-
fineOne
-
execute
-