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