|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageInterpolator | |
|---|---|
| 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 | |
|---|---|
MessageInterpolator |
Configuration.getDefaultMessageInterpolator()
Returns an implementation of the MessageInterpolator interface
following the default MessageInterpolator defined in the
specification:
use the ValidationMessages resource bundle to load keys
use Locale.getDefault()
|
MessageInterpolator |
ValidatorFactory.getMessageInterpolator()
Returns the MessageInterpolator instance configured at
initialization time for the ValidatorFactory. |
| Methods in javax.validation with parameters of type MessageInterpolator | |
|---|---|
T |
Configuration.messageInterpolator(MessageInterpolator interpolator)
Defines the message interpolator used. |
ValidatorContext |
ValidatorContext.messageInterpolator(MessageInterpolator messageInterpolator)
Defines the message interpolator implementation used by the Validator. |
| Uses of MessageInterpolator in javax.validation.spi |
|---|
| Methods in javax.validation.spi that return MessageInterpolator | |
|---|---|
MessageInterpolator |
ConfigurationState.getMessageInterpolator()
Returns the message interpolator of this configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||