Package | Description |
---|---|
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.messageinterpolation |
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used
by custom implementations of the interface for delegation.
|
org.hibernate.validator.resourceloading |
ResourceBundleLocator interface and its various implementations.
|
Modifier and Type | Method and Description |
---|---|
ResourceBundleLocator |
HibernateValidatorConfiguration.getDefaultResourceBundleLocator()
Returns the
ResourceBundleLocator used by the
default message
interpolator to load user-provided resource bundles. |
Modifier and Type | Method and Description |
---|---|
ResourceBundleLocator |
ConfigurationImpl.getDefaultResourceBundleLocator() |
Constructor and Description |
---|
ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator)
Deprecated.
Will be removed in a future release. Use
ResourceBundleMessageInterpolator.ResourceBundleMessageInterpolator(ResourceBundleLocator) instead. |
ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator,
boolean cacheMessages)
Deprecated.
Will be removed in a future release. Use
ResourceBundleMessageInterpolator.ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) instead. |
Constructor and Description |
---|
AggregateResourceBundleLocator(List<String> bundleNames,
ResourceBundleLocator delegate)
Deprecated.
Will be removed in a future release. Use
AggregateResourceBundleLocator.AggregateResourceBundleLocator(List, ResourceBundleLocator)
instead. |
CachingResourceBundleLocator(ResourceBundleLocator delegate)
Deprecated.
Will be removed in a future release. Use
CachingResourceBundleLocator.CachingResourceBundleLocator(ResourceBundleLocator)
instead. |
DelegatingResourceBundleLocator(ResourceBundleLocator delegate)
Deprecated.
Will be removed in a future release. Use
DelegatingResourceBundleLocator.DelegatingResourceBundleLocator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator)
instead. |
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved