| Package | Description |
|---|---|
| org.ektorp.util |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
ReflectionUtils.eachAnnotation(Class<?> clazz,
Class<T> annotationClass,
Predicate<T> p) |
static Collection<Field> |
ReflectionUtils.eachField(Class<?> clazz,
Predicate<Field> p) |
static Collection<Method> |
ReflectionUtils.eachMethod(Class<?> clazz,
Predicate<Method> p) |
static <T extends Annotation> |
ReflectionUtils.findAnnotation(Class<?> clazz,
Class<T> annotationClass,
Predicate<Field> p) |
Copyright © 2017. All rights reserved.