Uses of Class
org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator
Packages that use DelegatingResourceBundleLocator
Package
Description
ResourceBundleLocator interface and its various implementations.
-
Uses of DelegatingResourceBundleLocator in org.hibernate.validator.resourceloading
Subclasses of DelegatingResourceBundleLocator in org.hibernate.validator.resourceloadingModifier and TypeClassDescriptionclassAResourceBundleLocatorimplementation that provides access to multiple sourceResourceBundles by merging them into one aggregated bundle.classAResourceBundleLocatorimplementation that wraps around another locator and caches values retrieved from that locator.