Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
private DynamoDBMappingsRegistry.Mapping |
DynamoDBMappingsRegistry.Mappings.hashKey |
private DynamoDBMappingsRegistry.Mapping |
DynamoDBMappingsRegistry.Mappings.rangeKey |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.reflect.Method,DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.Mappings.byGetters |
private java.util.Map<java.lang.String,DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.Mappings.byNames |
private java.util.Collection<DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.Mappings.primaryKeys |
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBMappingsRegistry.Mapping |
DynamoDBMappingsRegistry.Mappings.getHashKey()
Gets the hash key attribute mapping for this class.
|
(package private) DynamoDBMappingsRegistry.Mapping |
DynamoDBMappingsRegistry.Mappings.getMapping(java.lang.reflect.Method method)
Gets the attribute mapping for a specific method.
|
(package private) DynamoDBMappingsRegistry.Mapping |
DynamoDBMappingsRegistry.Mappings.getRangeKey()
Gets the range key attribute mapping for this class.
|
(package private) DynamoDBMappingsRegistry.Mapping |
DynamoDBMappingsRegistry.mappingOf(java.lang.reflect.Method method)
Gets the mapping definition for a given method.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Collection<DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.Mappings.getMappings()
Gets the attribute mappings for this class.
|
(package private) java.util.Collection<DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.Mappings.getPrimaryKeys()
Gets the collection of key attributes.
|
private java.util.Collection<DynamoDBMappingsRegistry.Mapping> |
DynamoDBMappingsRegistry.map(java.lang.Class<?> clazz,
DynamoDBMappingsRegistry.Mappings mappings)
Get the collection of mappings for the given clazz.
|
Modifier and Type | Method and Description |
---|---|
private void |
DynamoDBMapper.SaveObjectHandler.onAutoGenerate(DynamoDBMappingsRegistry.Mapping mapping,
java.lang.Object getterResult)
Auto-generates the attribute value.
|
private void |
DynamoDBMapper.SaveObjectHandler.onAutoGenerateAssignableKey(DynamoDBMappingsRegistry.Mapping mapping,
java.lang.Object getterResult)
Auto-generates the key.
|
private void |
DynamoDBMapper.SaveObjectHandler.onVersionAttribute(DynamoDBMappingsRegistry.Mapping mapping,
java.lang.Object getterResult)
Auto-generates the version.
|