public static final class DynamoDBVersioned.Generator<T> extends DynamoDBAutoGenerator.AbstractGenerator<T>
DynamoDBAutoGenerator.AbstractGenerator<T>| Constructor and Description | 
|---|
| Generator(Class<T> targetType,
         DynamoDBVersioned annotation) | 
| Modifier and Type | Method and Description | 
|---|---|
| T | generate(T currentValue)Generates a new value given the current value (or null) if applicable. | 
getGenerateStrategypublic Generator(Class<T> targetType, DynamoDBVersioned annotation)
public final T generate(T currentValue)
DynamoDBAutoGeneratorCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.