T - public static interface IDynamoHelper.IRowMapper<T>
// This is a mapper function which can be implemented by client to convert DynamoDB object to POJO
public static class ICustomRowMapper implements IRowMapper { | Modifier and Type | Method and Description |
|---|---|
T |
map(com.amazonaws.services.dynamodbv2.document.Item item) |
T map(com.amazonaws.services.dynamodbv2.document.Item item)
Copyright © 2022. All rights reserved.