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 TypeClassDescriptionclass
AResourceBundleLocator
implementation that provides access to multiple sourceResourceBundle
s by merging them into one aggregated bundle.class
AResourceBundleLocator
implementation that wraps around another locator and caches values retrieved from that locator.