public class ValidatorInterpolator extends ValidatorMessager
CONTRIBUTOR_VALIDATION_MESSAGES, USER_VALIDATION_MESSAGES| Constructor and Description |
|---|
ValidatorInterpolator() |
ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator) |
ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
boolean cachingEnabled) |
ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
boolean cachingEnabled,
javax.el.ExpressionFactory expressionFactory) |
ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
org.hibernate.validator.spi.resourceloading.ResourceBundleLocator contributorResourceBundleLocator) |
ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
org.hibernate.validator.spi.resourceloading.ResourceBundleLocator contributorResourceBundleLocator,
boolean cachingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
interpolate(javax.validation.MessageInterpolator.Context context,
Locale locale,
String term) |
interpolate, interpolatepublic ValidatorInterpolator()
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator)
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
org.hibernate.validator.spi.resourceloading.ResourceBundleLocator contributorResourceBundleLocator)
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
org.hibernate.validator.spi.resourceloading.ResourceBundleLocator contributorResourceBundleLocator,
boolean cachingEnabled)
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
boolean cachingEnabled)
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator,
boolean cachingEnabled,
javax.el.ExpressionFactory expressionFactory)
public String interpolate(javax.validation.MessageInterpolator.Context context, Locale locale, String term)
interpolate in class ValidatorMessagerCopyright © 2021. All rights reserved.