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
ResourceBundleLocatorimplementation that provides access to multiple sourceResourceBundles by merging them into one aggregated bundle.AResourceBundleLocatorimplementation that wraps around another locator and caches values retrieved from that locator.Abstract base for allResourceBundleLocatorimplementations, that wish to delegate to some other locator.A resource bundle locator, that loads resource bundles by invokingResourceBundle.loadBundle(String, Local, ClassLoader).