Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Field and Description |
---|---|
private DynamoDBReflectionRegistry.BeanProperty |
DynamoDBMappingsRegistry.Mapping.property |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Collection<DynamoDBReflectionRegistry.BeanProperty> |
DynamoDBReflectionRegistry.beanPropertiesOf(java.lang.Class<?> clazz)
Gets the properties of a given class.
|
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.
|