public static final class DynamoDBVersioned.Generator<T> extends DynamoDBAutoGenerator.AbstractGenerator<T>
DynamoDBAutoGenerator.AbstractGenerator<T>
Constructor and Description |
---|
Generator(Class<T> targetType,
DynamoDBVersioned annotation) |
Modifier and Type | Method and Description |
---|---|
T |
generate(T currentValue)
Generates a new value given the current value (or null) if applicable.
|
getGenerateStrategy
public Generator(Class<T> targetType, DynamoDBVersioned annotation)
public final T generate(T currentValue)
DynamoDBAutoGenerator
Copyright © 2019. All rights reserved.