public interface ViewModelAnnotationResolver
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class clazz,
Class<T> annotationClass)
Get the specific annotation from the class
|
<T extends Annotation> |
getAnnotation(Method method,
Class<T> annotationClass)
Get the specific annotation from the method
|
Method |
getOriginalMethod(Object base,
Method method)
Get original method (if proxied)
|
<T extends Annotation> T getAnnotation(Method method, Class<T> annotationClass)
method - annotationClass - <T extends Annotation> T getAnnotation(Class clazz, Class<T> annotationClass)
clazz - annotationClass - Copyright © 2022. All rights reserved.