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.
|
org.apache.cxf.validation | |
org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
org.hibernate.validator.internal.engine |
Implementations for the core interfaces of JSR-303.
|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
org.hibernate.validator.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used
by custom implementations of the interface for delegation.
|
org.jboss.resteasy.plugins.validation |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
ValidatorContext |
ValidatorContext.messageInterpolator(MessageInterpolator messageInterpolator)
Defines the message interpolator implementation used by the
Validator . |
T |
Configuration.messageInterpolator(MessageInterpolator interpolator)
Defines the message interpolator used.
|
Modifier and Type | Method and Description |
---|---|
MessageInterpolator |
ConfigurationState.getMessageInterpolator()
Returns the message interpolator of this configuration.
|
Modifier and Type | Method and Description |
---|---|
MessageInterpolator |
ValidationConfiguration.getMessageInterpolator() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationConfiguration.setMessageInterpolator(MessageInterpolator messageInterpolator) |
Modifier and Type | Method and Description |
---|---|
HibernateValidatorContext |
HibernateValidatorContext.messageInterpolator(MessageInterpolator messageInterpolator) |
Modifier and Type | Method and Description |
---|---|
MessageInterpolator |
ConfigurationImpl.getDefaultMessageInterpolator() |
MessageInterpolator |
ValidatorFactoryImpl.getMessageInterpolator() |
MessageInterpolator |
ConfigurationImpl.getMessageInterpolator() |
Modifier and Type | Method and Description |
---|---|
static ValidationContext.ValidationContextBuilder |
ValidationContext.getValidationContext(ConstraintValidatorManager constraintValidatorManager,
MessageInterpolator messageInterpolator,
ConstraintValidatorFactory constraintValidatorFactory,
TraversableResolver traversableResolver,
TimeProvider timeProvider,
List<ValidatedValueUnwrapper<?>> validatedValueUnwrappers,
TypeResolutionHelper typeResolutionHelper,
boolean failFast) |
HibernateValidatorContext |
ValidatorContextImpl.messageInterpolator(MessageInterpolator messageInterpolator) |
ConfigurationImpl |
ConfigurationImpl.messageInterpolator(MessageInterpolator interpolator) |
Constructor and Description |
---|
ValidatorImpl(ConstraintValidatorFactory constraintValidatorFactory,
MessageInterpolator messageInterpolator,
TraversableResolver traversableResolver,
BeanMetaDataManager beanMetaDataManager,
ParameterNameProvider parameterNameProvider,
TimeProvider timeProvider,
TypeResolutionHelper typeResolutionHelper,
List<ValidatedValueUnwrapper<?>> validatedValueHandlers,
ConstraintValidatorManager constraintValidatorManager,
boolean failFast) |
Modifier and Type | Method and Description |
---|---|
MessageInterpolator |
ValidationBootstrapParameters.getMessageInterpolator() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationBootstrapParameters.setMessageInterpolator(MessageInterpolator messageInterpolator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageInterpolator
Resource bundle backed message interpolator.
|
class |
ParameterMessageInterpolator
Resource bundle message interpolator, it does not support EL expression
and does support parameter value expression
|
class |
ResourceBundleMessageInterpolator
Resource bundle backed message interpolator.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
GeneralValidatorImpl.LocaleSpecificMessageInterpolator |
Constructor and Description |
---|
LocaleSpecificMessageInterpolator(MessageInterpolator interpolator,
Locale locale) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.