Module spring.data.commons
Package org.springframework.data.util
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.- Author:
- Oliver Gierke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the field filter.booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.util.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:
-