public class DefaultViewModelAnnotationResolver extends Object implements ViewModelAnnotationResolver
| Constructor and Description |
|---|
DefaultViewModelAnnotationResolver() |
| 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)
|
public <T extends Annotation> T getAnnotation(Method method, Class<T> annotationClass)
ViewModelAnnotationResolvergetAnnotation in interface ViewModelAnnotationResolverpublic <T extends Annotation> T getAnnotation(Class clazz, Class<T> annotationClass)
ViewModelAnnotationResolvergetAnnotation in interface ViewModelAnnotationResolverpublic Method getOriginalMethod(Object base, Method method)
ViewModelAnnotationResolvergetOriginalMethod in interface ViewModelAnnotationResolverCopyright © 2022. All rights reserved.