Uses of Class
org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator
Packages that use AbstractMessageInterpolator
Package
Description
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
-
Uses of AbstractMessageInterpolator in org.hibernate.validator.messageinterpolation
Subclasses of AbstractMessageInterpolator in org.hibernate.validator.messageinterpolationModifier and TypeClassDescriptionclass
Resource bundle message interpolator, it does not support EL expression and does support parameter value expressionclass
Resource bundle backed message interpolator.