public class DynamoLongSetMapper extends Object implements IDynamoMapper
| コンストラクタと説明 |
|---|
DynamoLongSetMapper() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
appendValue(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> results,
String key,
Object value) |
com.amazonaws.services.dynamodbv2.model.AttributeDefinition |
createAttributeDefinition(String dynamoName) |
com.amazonaws.services.dynamodbv2.model.AttributeValue |
createAttributeValue(Object value) |
boolean |
isMatch(Field field) |
void |
storeField(Object record,
String fieldName,
com.amazonaws.services.dynamodbv2.model.AttributeValue value) |
public void appendValue(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> results, String key, Object value)
appendValue インタフェース内 IDynamoMapperpublic void storeField(Object record, String fieldName, com.amazonaws.services.dynamodbv2.model.AttributeValue value) throws ReflectiveOperationException
storeField インタフェース内 IDynamoMapperReflectiveOperationExceptionpublic boolean isMatch(Field field)
isMatch インタフェース内 IDynamoMapperpublic com.amazonaws.services.dynamodbv2.model.AttributeValue createAttributeValue(Object value)
createAttributeValue インタフェース内 IDynamoMapperpublic com.amazonaws.services.dynamodbv2.model.AttributeDefinition createAttributeDefinition(String dynamoName)
createAttributeDefinition インタフェース内 IDynamoMapperCopyright © 2016 jp.co.bizreach. All rights reserved.