Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
private DynamoDBAnnotationRegistry.AnnotationMap |
DynamoDBMappingsRegistry.Mappings.annotations |
private DynamoDBAnnotationRegistry.AnnotationMap |
DynamoDBMappingsRegistry.Mapping.annotations |
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBAnnotationRegistry.AnnotationMap |
DynamoDBAnnotationRegistry.annotationsOf(java.lang.Class<?> clazz)
Gets all the DynamoDB annotations for a given class.
|
(package private) DynamoDBAnnotationRegistry.AnnotationMap |
DynamoDBAnnotationRegistry.annotationsOf(java.lang.reflect.Method method,
java.lang.reflect.Field field)
Gets all the DynamoDB annotations; method annotations override the field level annotations.
|
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBAutoGeneratorRegistry.Generator<java.lang.Object> |
DynamoDBAutoGeneratorRegistry.generatorOf(java.lang.Class<?> generatedType,
DynamoDBAnnotationRegistry.AnnotationMap annotations)
Gets the generator given an annotations definition.
|
Constructor and Description |
---|
Mapping(DynamoDBMappingsRegistry.Mappings mappings,
DynamoDBReflectionRegistry.BeanProperty property,
DynamoDBAnnotationRegistry.AnnotationMap annotations,
DynamoDBAutoGeneratorRegistry.Generator<java.lang.Object> generator,
java.lang.String attributeName)
Constructs an object attribute mapping for the specified method.
|