Interface ConstraintDescriptionResolver

All Known Implementing Classes:
ResourceBundleConstraintDescriptionResolver

public interface ConstraintDescriptionResolver
Resolves a description for a Constraint.
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves the description for the given constraint.
  • Method Details

    • resolveDescription

      String resolveDescription(Constraint constraint)
      Resolves the description for the given constraint.
      Parameters:
      constraint - the constraint
      Returns:
      the description