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