private final class DynamoDBMapper.ValueUpdate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ItemConverter |
converter |
private java.lang.reflect.Method |
method |
private AttributeValue |
newValue |
private java.lang.Object |
target |
Constructor and Description |
---|
ValueUpdate(java.lang.reflect.Method method,
AttributeValue newValue,
java.lang.Object target,
ItemConverter converter) |
Modifier and Type | Method and Description |
---|---|
void |
apply() |
private final java.lang.reflect.Method method
private final AttributeValue newValue
private final java.lang.Object target
private final ItemConverter converter
public ValueUpdate(java.lang.reflect.Method method, AttributeValue newValue, java.lang.Object target, ItemConverter converter)