Interface ReflectionUtils.DescribedFieldFilter

All Superinterfaces:
org.springframework.util.ReflectionUtils.FieldFilter
All Known Implementing Classes:
ReflectionUtils.AnnotationFieldFilter
Enclosing class:
ReflectionUtils

public static interface ReflectionUtils.DescribedFieldFilter extends org.springframework.util.ReflectionUtils.FieldFilter
A ReflectionUtils.FieldFilter that has a description.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the field filter.

    Methods inherited from interface org.springframework.util.ReflectionUtils.FieldFilter

    and, 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.
      Returns: