Package org.hibernate.validator.resourceloading
package org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
This package is part of the public Hibernate Validator API.
-
ClassesClassDescriptionA
ResourceBundleLocator
implementation that provides access to multiple sourceResourceBundle
s by merging them into one aggregated bundle.AResourceBundleLocator
implementation that wraps around another locator and caches values retrieved from that locator.Abstract base for allResourceBundleLocator
implementations, that wish to delegate to some other locator.A resource bundle locator, that loads resource bundles by invokingResourceBundle.loadBundle(String, Local, ClassLoader)
.