Package org.bardframework.commons.utils
Interface ReflectionUtils.DescribedFieldFilter
- All Superinterfaces:
ReflectionUtils.FieldFilter
- Enclosing class:
- ReflectionUtils
A
ReflectionUtils.FieldFilter that has a description.- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the field filter.Methods inherited from interface org.bardframework.commons.utils.ReflectionUtils.FieldFilter
matches
-
Method Details
-
getDescription
String getDescription()Returns the description of the field filter. Used in exceptions being thrown in case uniqueness shall be enforced on the field filter.
-