Package cz.tvrzna.dbrunk.utils
Class Reflections
- java.lang.Object
-
- cz.tvrzna.dbrunk.utils.Reflections
-
public class Reflections extends Object
The Class Reflections.- Author:
- michalt
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Annotation>
Field[]findAnnotatedFields(Object obj, Class<T> annoClazz)Find annotated fields.
-
-
-
Method Detail
-
findAnnotatedFields
public static <T extends Annotation> Field[] findAnnotatedFields(Object obj, Class<T> annoClazz)
Find annotated fields.- Type Parameters:
T- the generic type- Parameters:
obj- the objannoClazz- the anno clazz- Returns:
- the field[]
-
-