|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.util.AnnotationUtils
public class AnnotationUtils
AnnotationUtils
Various utility methods dealing with annotations
Field Summary | |
---|---|
private static Pattern |
GETTER_PATTERN
|
private static Pattern |
SETTER_PATTERN
|
Constructor Summary | |
---|---|
AnnotationUtils()
|
Method Summary | |
---|---|
static void |
addAllFields(Class annotationClass,
Class clazz,
List<Field> allFields)
Adds all fields with the specified Annotation of class clazz and its superclasses to allFields |
static void |
addAllInterfaces(Class clazz,
List allInterfaces)
|
static void |
addAllMethods(Class annotationClass,
Class clazz,
List<Method> allMethods)
Adds all methods with the specified Annotation of class clazz and its superclasses to allFields |
static String[] |
find(Class clazz,
String pckgname)
Retrieves all classes within a packages. |
static List<Method> |
findAnnotatedMethods(Class clazz,
Class<? extends Annotation> annotationClass)
|
static void |
findRecursively(Class clazz,
Class<? extends Annotation> annotationClass,
List<Method> methods)
|
static String |
resolvePropertyName(Method method)
Returns the property name for a method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Pattern SETTER_PATTERN
private static final Pattern GETTER_PATTERN
Constructor Detail |
---|
public AnnotationUtils()
Method Detail |
---|
public static void addAllFields(Class annotationClass, Class clazz, List<Field> allFields)
annotationClass
- clazz
- allFields
- public static void addAllMethods(Class annotationClass, Class clazz, List<Method> allMethods)
annotationClass
- clazz
- allMethods
- public static void addAllInterfaces(Class clazz, List allInterfaces)
clazz
- allInterfaces
- public static List<Method> findAnnotatedMethods(Class clazz, Class<? extends Annotation> annotationClass)
public static void findRecursively(Class clazz, Class<? extends Annotation> annotationClass, List<Method> methods)
public static String resolvePropertyName(Method method)
method
- The method to get the property name for.
public static String[] find(Class clazz, String pckgname)
pckgname
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |