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