static interface DynamoDBAutoGeneratorRegistry.Generatable<T>
Modifier and Type | Method and Description |
---|---|
boolean |
canGenerate(T currentValue)
Determines if the value can be auto-generated for the object.
|
boolean canGenerate(T currentValue)
currentValue
- The current attribute value.