Class ReflectionUtils.AnnotationFieldFilter
java.lang.Object
org.springframework.data.util.ReflectionUtils.AnnotationFieldFilter
- All Implemented Interfaces:
ReflectionUtils.DescribedFieldFilter, ReflectionUtils.FieldFilter
- Enclosing class:
ReflectionUtils
public static class ReflectionUtils.AnnotationFieldFilter
extends Object
implements ReflectionUtils.DescribedFieldFilter
A
ReflectionUtils.FieldFilter for a given annotation.- Since:
- 1.5
- Author:
- Oliver Gierke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the field filter.booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ReflectionUtils.FieldFilter
and
-
Constructor Details
-
AnnotationFieldFilter
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceReflectionUtils.FieldFilter
-
getDescription
Description copied from interface:ReflectionUtils.DescribedFieldFilterReturns the description of the field filter. Used in exceptions being thrown in case uniqueness shall be enforced on the field filter.- Specified by:
getDescriptionin interfaceReflectionUtils.DescribedFieldFilter- Returns:
-