open fun setBundleClassLoader(classLoader: ClassLoader): Unit
Set the ClassLoader to load resource bundles with.
Default is the containing BeanFactory's org.springframework.beans.factory.BeanClassLoaderAware, or the default ClassLoader determined by org.springframework.util.ClassUtils#getDefaultClassLoader() if not running within a BeanFactory.