open fun setResourceLoader(@Nullable resourceLoader: ResourceLoader): Unit
Set the ResourceLoader to use for resource locations. If specifying a ResourcePatternResolver, the bean definition reader will be capable of resolving resource patterns to Resource arrays.
Default is PathMatchingResourcePatternResolver, also capable of resource pattern resolving through the ResourcePatternResolver interface.
Setting this to null suggests that absolute resource loading is not available for this bean definition reader.
See Also
org.springframework.core.io.support.ResourcePatternResolverorg.springframework.core.io.support.PathMatchingResourcePatternResolver