public interface MessageInterpolator
Modifier and Type | Interface and Description |
---|---|
static interface | MessageInterpolator.Context Information related to the interpolation context. |
Modifier and Type | Method and Description |
---|---|
String | interpolate(String messageTemplate, MessageInterpolator.Context context) Interpolates the message template based on the constraint validation context. |
String | interpolate(String messageTemplate, MessageInterpolator.Context context, Locale locale) Interpolates the message template based on the constraint validation context. |
String interpolate(String messageTemplate, MessageInterpolator.Context context)
MessageInterpolator
implementation. See the implementation documentation for more detail.messageTemplate
- the message to interpolatecontext
- contextual information related to the interpolationString interpolate(String messageTemplate, MessageInterpolator.Context context, Locale locale)
Locale
used is provided as a parameter.messageTemplate
- the message to interpolatecontext
- contextual information related to the interpolationlocale
- the locale targeted for the messageCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.