public class ReflectionFieldFinder extends java.lang.Object implements FieldFinder
| Constructor and Description |
|---|
ReflectionFieldFinder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Field> |
getAllFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.Class clazz) |
public java.util.Collection<Field> getAllFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, java.lang.Class clazz)
getAllFields in interface FieldFinder