Package | Description |
---|---|
javax.validation | |
org.hibernate.validator.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used
by custom implementations of the interface for delegation.
|
Modifier and Type | Method and Description |
---|---|
String |
MessageInterpolator.interpolate(String messageTemplate,
MessageInterpolator.Context context)
Interpolate the message template based on the contraint validation context.
|
String |
MessageInterpolator.interpolate(String messageTemplate,
MessageInterpolator.Context context,
Locale locale)
Interpolate the message template based on the contraint validation context.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageInterpolatorContext
Implementation of the context used during message interpolation.
|
Modifier and Type | Method and Description |
---|---|
String |
ValueFormatterMessageInterpolator.interpolate(String message,
MessageInterpolator.Context context) |
String |
ResourceBundleMessageInterpolator.interpolate(String message,
MessageInterpolator.Context context) |
String |
ValueFormatterMessageInterpolator.interpolate(String message,
MessageInterpolator.Context context,
Locale locale) |
String |
ResourceBundleMessageInterpolator.interpolate(String message,
MessageInterpolator.Context context,
Locale locale) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.