Class ValidatorInterpolator

java.lang.Object
io.vertx.up.secure.validation.ValidatorMessager
io.vertx.up.secure.validation.ValidatorInterpolator
All Implemented Interfaces:
jakarta.validation.MessageInterpolator

public class ValidatorInterpolator extends ValidatorMessager
  • 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

    Constructors
    Constructor
    Description
     
    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, 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 Type
    Method
    Description
    interpolate(jakarta.validation.MessageInterpolator.Context context, Locale locale, String term)
     

    Methods inherited from class io.vertx.up.secure.validation.ValidatorMessager

    interpolate, interpolate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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