public static class ReflectionUtils.AnnotationFieldFilter extends Object implements ReflectionUtils.DescribedFieldFilter
ReflectionUtils.FieldFilter for a given annotation.| Constructor and Description |
|---|
AnnotationFieldFilter(Class<? extends Annotation> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the field filter.
|
boolean |
matches(Field field) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandpublic AnnotationFieldFilter(Class<? extends Annotation> annotationType)
public boolean matches(Field field)
matches in interface ReflectionUtils.FieldFilterpublic String getDescription()
ReflectionUtils.DescribedFieldFiltergetDescription in interface ReflectionUtils.DescribedFieldFilterCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.