Package | Description |
---|---|
org.hibernate.validator |
Bootstrap classes HibernateValidator and
HibernateValidatorConfiguration which uniquely identify Hibernate
Validator and allow to configure it.
|
org.hibernate.validator.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.
|
Class and Description |
---|
ResourceBundleLocator
Used by
ResourceBundleMessageInterpolator to load resource bundles
containing message texts to be displayed in case of validation errors. |
Class and Description |
---|
ResourceBundleLocator
Used by
ResourceBundleMessageInterpolator to load resource bundles
containing message texts to be displayed in case of validation errors. |
Class and Description |
---|
ResourceBundleLocator
Used by
ResourceBundleMessageInterpolator to load resource bundles
containing message texts to be displayed in case of validation errors. |
Class and Description |
---|
DelegatingResourceBundleLocator
Abstract base for all
ResourceBundleLocator implementations, that
wish to delegate to some other locator. |
ResourceBundleLocator
Used by
ResourceBundleMessageInterpolator to load resource bundles
containing message texts to be displayed in case of validation errors. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.