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(Class<?> type)
Resolve the
AnnotationMetadata for the given type. |
default AnnotationMetadata |
resolveMetadata(Object object)
Resolve the
AnnotationMetadata for the given object. |
static final AnnotationMetadataResolver DEFAULT
@Nonnull default AnnotationMetadata resolveMetadata(@Nullable Class<?> type)
AnnotationMetadata
for the given type.type
- The typeAnnotationMetadata
@Nonnull default AnnotationMetadata resolveMetadata(Object object)
AnnotationMetadata
for the given object.object
- The objectAnnotationMetadata