Uses of Interface
javax.validation.MessageInterpolator
-
Packages that use MessageInterpolator Package Description javax.validation Top level package of the Bean Validation API.javax.validation.spi Package containing objects specific to the interaction between the Bean Validation bootstrapping process and Bean Validation providers. -
-
Uses of MessageInterpolator in javax.validation
Methods in javax.validation that return MessageInterpolator Modifier and Type Method Description MessageInterpolator
Configuration. getDefaultMessageInterpolator()
Returns an implementation of theMessageInterpolator
interface following the defaultMessageInterpolator
defined in the specification: use theValidationMessages
resource bundle to load keys useLocale.getDefault()
MessageInterpolator
ValidatorFactory. getMessageInterpolator()
Returns theMessageInterpolator
instance configured at initialization time for theValidatorFactory
.Methods in javax.validation with parameters of type MessageInterpolator Modifier and Type Method Description T
Configuration. messageInterpolator(MessageInterpolator interpolator)
Defines the message interpolator used.ValidatorContext
ValidatorContext. messageInterpolator(MessageInterpolator messageInterpolator)
Defines the message interpolator implementation used by theValidator
. -
Uses of MessageInterpolator in javax.validation.spi
Methods in javax.validation.spi that return MessageInterpolator Modifier and Type Method Description MessageInterpolator
ConfigurationState. getMessageInterpolator()
Returns the message interpolator of this configuration.
-