Package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
This package is part of the public Hibernate Validator API.
-
Class Summary Class Description AggregateResourceBundleLocator AResourceBundleLocatorimplementation that provides access to multiple sourceResourceBundles by merging them into one aggregated bundle.AggregateResourceBundleLocator.AggregateBundle Deprecated. This class should not have been part of the public API and will be removed at a later stage.CachingResourceBundleLocator AResourceBundleLocatorimplementation that wraps around another locator and caches values retrieved from that locator.DelegatingResourceBundleLocator Abstract base for allResourceBundleLocatorimplementations, that wish to delegate to some other locator.PlatformResourceBundleLocator A resource bundle locator, that loads resource bundles by invokingResourceBundle.loadBundle(String, Local, ClassLoader).