public class ViewModelAnnotationResolvers extends java.lang.Object implements AggregationListener
ViewModelAnnotationResolver| Constructor and Description |
|---|
ViewModelAnnotationResolvers() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class clazz,
java.lang.Class<T> annotationClass)
Get the specific annotation from the class
|
static <T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.reflect.Method method,
java.lang.Class<T> annotationClass)
Get the specific annotation from the method
|
static java.lang.reflect.Method |
getOriginalMethod(java.lang.Object base,
java.lang.reflect.Method method)
Get original method (if proxied)
|
boolean |
isHandled(java.lang.Class<?> klass)
Returns whether the given class is handled.
|
public boolean isHandled(java.lang.Class<?> klass)
AggregationListenerisHandled in interface AggregationListenerpublic static <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.reflect.Method method,
java.lang.Class<T> annotationClass)
method - annotationClass - public static <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class clazz,
java.lang.Class<T> annotationClass)
clazz - annotationClass - public static java.lang.reflect.Method getOriginalMethod(java.lang.Object base,
java.lang.reflect.Method method)
base - method - Copyright © 2005-2024 Potix Corporation. All Rights Reserved.