Package io.vertx.up.secure.validation
Class ValidatorInterpolator
- java.lang.Object
-
- io.vertx.up.secure.validation.ValidatorMessager
-
- io.vertx.up.secure.validation.ValidatorInterpolator
-
- All Implemented Interfaces:
javax.validation.MessageInterpolator
public class ValidatorInterpolator extends ValidatorMessager
-
-
Field Summary
-
Fields inherited from class io.vertx.up.secure.validation.ValidatorMessager
CONTRIBUTOR_VALIDATION_MESSAGES, USER_VALIDATION_MESSAGES
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringinterpolate(javax.validation.MessageInterpolator.Context context, Locale locale, String term)-
Methods inherited from class io.vertx.up.secure.validation.ValidatorMessager
interpolate, interpolate
-
-
-
-
Constructor Detail
-
ValidatorInterpolator
public ValidatorInterpolator()
-
ValidatorInterpolator
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator)
-
ValidatorInterpolator
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator, org.hibernate.validator.spi.resourceloading.ResourceBundleLocator contributorResourceBundleLocator)
-
ValidatorInterpolator
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator, org.hibernate.validator.spi.resourceloading.ResourceBundleLocator contributorResourceBundleLocator, boolean cachingEnabled)
-
ValidatorInterpolator
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator, boolean cachingEnabled)
-
ValidatorInterpolator
public ValidatorInterpolator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator userResourceBundleLocator, boolean cachingEnabled, javax.el.ExpressionFactory expressionFactory)
-
-
Method Detail
-
interpolate
public String interpolate(javax.validation.MessageInterpolator.Context context, Locale locale, String term)
- Specified by:
interpolatein classValidatorMessager
-
-