public class NoReflectionFieldFinder extends java.lang.Object implements FieldFinder
AnnotationDatabaseFinder.
Provides a high level API to access RNR fields.| Modifier and Type | Field and Description |
|---|---|
protected AnnotationDatabaseFinder |
annotationDatabaseFinder |
protected static FieldGetterAndSetter |
fieldGetterAndSetter |
| Constructor and Description |
|---|
NoReflectionFieldFinder(AnnotationDatabaseFinder annotationDatabaseFinder) |
NoReflectionFieldFinder(java.lang.String[] annotationDatabasePackages) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Field> |
getAllFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.Class clazz) |
protected static FieldGetterAndSetter fieldGetterAndSetter
protected AnnotationDatabaseFinder annotationDatabaseFinder
public NoReflectionFieldFinder(AnnotationDatabaseFinder annotationDatabaseFinder)
public NoReflectionFieldFinder(java.lang.String[] annotationDatabasePackages)
public java.util.Collection<Field> getAllFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, java.lang.Class clazz)
getAllFields in interface FieldFinder