public class MethodUtils
extends java.lang.Object
| Constructor and Description |
|---|
MethodUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
findAnnotatedGetter(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> class1)
Find a getter with the specified annotation.
|
static java.lang.reflect.Method |
findAnnotatedSetter(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> class1)
Find a setter with the specified annotation.
|
public static java.lang.reflect.Method findAnnotatedGetter(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> class1)
cls - Class that declares the method to find.class1 - the annotation to find.public static java.lang.reflect.Method findAnnotatedSetter(java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> class1)
cls - Class that declares the method to find.class1 - the annotation to find.Copyright © 2013-2018 XENEI.com. All Rights Reserved.