Class ValidatorInterpolator

  • All Implemented Interfaces:
    javax.validation.MessageInterpolator

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