spring-framework / org.springframework.context.support / ResourceBundleMessageSource / setBundleClassLoader

setBundleClassLoader

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.