open fun setBeanClassLoader(@Nullable beanClassLoader: ClassLoader): Unit
Set the ClassLoader to use for bean classes.
Default is null, which suggests to not load bean classes eagerly but rather to just register bean definitions with class names, with the corresponding Classes to be resolved later (or never).
See Also
Thread#getContextClassLoader()