static List<Annotation> |
Reflections.getAnnotationsSatisfyingCondition(Object object,
Condition<Annotation> condition) |
static List<Class<?>> |
Reflections.getClassesSatisfyingCondition(Class<?> clazz,
Condition<Class<?>> classesCondition) |
static List<Class<?>> |
Reflections.getClassesSatisfyingCondition(Object object,
Condition<Class<?>> classesCondition) |
static List<Constructor<?>> |
Reflections.getConstructorsSatisfyingCondition(Object object,
Condition<Constructor<?>> condition) |
static List<Field> |
Reflections.getFieldsSatisfyingCondition(Object object,
Condition<Field> fieldCondition) |
static List<Method> |
Reflections.getMethodsSatisfyingCondition(Object object,
Condition<Method> methodsCondition) |