final class DynamoDBReflectionRegistry
extends java.lang.Object
DynamoDBMapper
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DynamoDBReflectionRegistry.BeanProperty
Holds the reflection properties for a given property.
|
Constructor and Description |
---|
DynamoDBReflectionRegistry() |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Collection<DynamoDBReflectionRegistry.BeanProperty> |
beanPropertiesOf(java.lang.Class<?> clazz)
Gets the properties of a given class.
|
private static boolean |
isBeanPropertyGetter(java.lang.reflect.Method method)
Determines if a given method is a getter.
|
final java.util.Collection<DynamoDBReflectionRegistry.BeanProperty> beanPropertiesOf(java.lang.Class<?> clazz)
clazz
- The class.private static final boolean isBeanPropertyGetter(java.lang.reflect.Method method)
method
- The method.