public interface ViewModelAnnotationResolver
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class clazz,
java.lang.Class<T> annotationClass)
Get the specific annotation from the class
|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.reflect.Method method,
java.lang.Class<T> annotationClass)
Get the specific annotation from the method
|
java.lang.reflect.Method |
getOriginalMethod(java.lang.Object base,
java.lang.reflect.Method method)
Get original method (if proxied)
|
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.reflect.Method method,
java.lang.Class<T> annotationClass)
method - annotationClass - <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class clazz,
java.lang.Class<T> annotationClass)
clazz - annotationClass - java.lang.reflect.Method getOriginalMethod(java.lang.Object base,
java.lang.reflect.Method method)
base - method - Copyright © 2005-2024 Potix Corporation. All Rights Reserved.