Class FcI18nBundleMessageInterpolator

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

public class FcI18nBundleMessageInterpolator extends org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator implements javax.validation.MessageInterpolator
A JAKARTA bean validation API message interpolator for the i18n.fc resource bundle.
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

    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

    Methods inherited from interface javax.validation.MessageInterpolator

    interpolate, interpolate
  • Constructor Details

    • FcI18nBundleMessageInterpolator

      public FcI18nBundleMessageInterpolator()