final class DynamoDBAnnotationRegistry
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DynamoDBAnnotationRegistry.AnnotationMap
Map of annotation type to annotation instance.
|
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
log
The logging utility.
|
Constructor and Description |
---|
DynamoDBAnnotationRegistry() |
Modifier and Type | Method and Description |
---|---|
(package private) DynamoDBAnnotationRegistry.AnnotationMap |
annotationsOf(java.lang.Class<?> clazz)
Gets all the DynamoDB annotations for a given class.
|
(package private) DynamoDBAnnotationRegistry.AnnotationMap |
annotationsOf(java.lang.reflect.Method method,
java.lang.reflect.Field field)
Gets all the DynamoDB annotations; method annotations override the field level annotations.
|
final DynamoDBAnnotationRegistry.AnnotationMap annotationsOf(java.lang.Class<?> clazz)
clazz
- The class.final DynamoDBAnnotationRegistry.AnnotationMap annotationsOf(java.lang.reflect.Method method, java.lang.reflect.Field field)
method
- The method.field
- The field.