Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
private DynamoDBMappingsRegistry.Mappings |
DynamoDBMappingsRegistry.Mapping.mappings |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,DynamoDBMappingsRegistry.Mappings> |
DynamoDBMappingsRegistry.mappings
The cache of class to mapping definition.
|
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBMappingsRegistry.Mappings |
DynamoDBMappingsRegistry.mappingsOf(java.lang.Class<?> clazz)
Gets the mapping definition for a given class.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.map(java.lang.Class<?> clazz,
DynamoDBMappingsRegistry.Mappings mappings)
Get the collection of mappings for the given clazz.
|
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.
|