public interface MessageInterpolator
Reads an Annotation's attributes and the message template and interpolates the message
-
Method Summary
-
Method Details
-
interpolate
Interpolate the given message with the annotation attributes- Parameters:
template
- The template loaded from annotation/resourceBundleattributes
- The Constraint annotation's attributes- Returns:
- The interpolated validation error message
-