Package org.bardframework.commons.utils
Interface ReflectionUtils.DescribedFieldFilter
-
- All Superinterfaces:
ReflectionUtils.FieldFilter
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.DescribedFieldFilter extends ReflectionUtils.FieldFilter
AReflectionUtils.FieldFilterthat has a description.- Author:
- Oliver Gierke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the description of the field filter.-
Methods inherited from interface org.bardframework.commons.utils.ReflectionUtils.FieldFilter
matches
-
-
-
-
Method Detail
-
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.
-
-