public class DefaultViewModelAnnotationResolver extends java.lang.Object implements ViewModelAnnotationResolver
| Constructor and Description |
|---|
DefaultViewModelAnnotationResolver() |
| 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)
|
public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.reflect.Method method,
java.lang.Class<T> annotationClass)
ViewModelAnnotationResolvergetAnnotation in interface ViewModelAnnotationResolverpublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class clazz,
java.lang.Class<T> annotationClass)
ViewModelAnnotationResolvergetAnnotation in interface ViewModelAnnotationResolverpublic java.lang.reflect.Method getOriginalMethod(java.lang.Object base,
java.lang.reflect.Method method)
ViewModelAnnotationResolvergetOriginalMethod in interface ViewModelAnnotationResolverCopyright © 2005-2024 Potix Corporation. All Rights Reserved.