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:
jakarta.validation.MessageInterpolator
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.validation.MessageInterpolator
jakarta.validation.MessageInterpolator.Context -
Field Summary
Fields inherited from class io.vertx.up.secure.validation.ValidatorMessager
CONTRIBUTOR_VALIDATION_MESSAGES, USER_VALIDATION_MESSAGES -
Constructor Summary
ConstructorsConstructorDescriptionValidatorInterpolator(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, jakarta.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
Modifier and TypeMethodDescriptioninterpolate(jakarta.validation.MessageInterpolator.Context context, Locale locale, String term) Methods inherited from class io.vertx.up.secure.validation.ValidatorMessager
interpolate, interpolate
-
Constructor Details
-
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, jakarta.el.ExpressionFactory expressionFactory)
-
-
Method Details
-
interpolate
public String interpolate(jakarta.validation.MessageInterpolator.Context context, Locale locale, String term) - Specified by:
interpolatein classValidatorMessager
-