public interface AnnotationMetadataResolver
AnnotationMetadata.| Modifier and Type | Field and Description | 
|---|---|
static AnnotationMetadataResolver | 
DEFAULT
The default resolver. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default AnnotationMetadata | 
resolveMetadata(java.lang.Class<?> type)
Resolve the  
AnnotationMetadata for the given type. | 
default AnnotationMetadata | 
resolveMetadata(java.lang.Object object)
Resolve the  
AnnotationMetadata for the given object. | 
static final AnnotationMetadataResolver DEFAULT
@NonNull default AnnotationMetadata resolveMetadata(@Nullable java.lang.Class<?> type)
AnnotationMetadata for the given type.type - The typeAnnotationMetadata@NonNull default AnnotationMetadata resolveMetadata(java.lang.Object object)
AnnotationMetadata for the given object.object - The objectAnnotationMetadata