static interface DynamoDBAutoGeneratorRegistry.Generator<T> extends DynamoDBAutoGeneratorRegistry.Generatable<T>
Modifier and Type | Method and Description |
---|---|
T |
generate(T currentValue)
Generates a new attribute value for the target object.
|
canGenerate