Class FcBeanValidatorMessageInterpolator

java.lang.Object
org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
de.xima.fc.i18n.FcBeanValidatorMessageInterpolator
All Implemented Interfaces:
javax.validation.MessageInterpolator

public class FcBeanValidatorMessageInterpolator extends org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator
A JAKARTA bean validation API message interpolator for formcycle that combines different built-in resource bundles as well as resource bundles provided by plugins.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Nested Class Summary

    Nested classes/interfaces inherited from interface javax.validation.MessageInterpolator

    javax.validation.MessageInterpolator.Context
  • Field Summary

    Fields inherited from class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator

    CONTRIBUTOR_VALIDATION_MESSAGES, DEFAULT_VALIDATION_MESSAGES, USER_VALIDATION_MESSAGES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
    usingCustomLocator(Object locatorKey, Supplier<org.hibernate.validator.spi.resourceloading.ResourceBundleLocator> locator)
     

    Methods inherited from class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator

    interpolate

    Methods inherited from class org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator

    interpolate, interpolate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FcBeanValidatorMessageInterpolator

      public FcBeanValidatorMessageInterpolator()
  • Method Details

    • removeCustomLocator

      public static void removeCustomLocator(Object locatorKey)
    • usingCustomLocator

      public static void usingCustomLocator(Object locatorKey, Supplier<org.hibernate.validator.spi.resourceloading.ResourceBundleLocator> locator)