public static final class DynamoDBGeneratedUuid.Generator<T> extends DynamoDBAutoGenerator.AbstractGenerator<T>
DynamoDBAutoGenerator.AbstractGenerator<T>| Constructor and Description | 
|---|
| Generator(Class<T> targetType,
         DynamoDBGeneratedUuid 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, DynamoDBGeneratedUuid annotation)
public final T generate(T currentValue)
DynamoDBAutoGenerator