Uses of Class
org.springframework.core.io.support.SpringFactoriesLoader
Packages that use SpringFactoriesLoader
Package
Description
Support classes for Spring's resource abstraction.
-
Uses of SpringFactoriesLoader in org.springframework.core.io.support
Methods in org.springframework.core.io.support that return SpringFactoriesLoaderModifier and TypeMethodDescriptionstatic SpringFactoriesLoaderSpringFactoriesLoader.forDefaultResourceLocation()Create aSpringFactoriesLoaderinstance that will load and instantiate the factory implementations from "META-INF/spring.factories", using the default class loader.static SpringFactoriesLoaderSpringFactoriesLoader.forDefaultResourceLocation(ClassLoader classLoader) Create aSpringFactoriesLoaderinstance that will load and instantiate the factory implementations from "META-INF/spring.factories", using the given class loader.static SpringFactoriesLoaderSpringFactoriesLoader.forResourceLocation(String resourceLocation) Create aSpringFactoriesLoaderinstance that will load and instantiate the factory implementations from the given location, using the default class loader.static SpringFactoriesLoaderSpringFactoriesLoader.forResourceLocation(String resourceLocation, ClassLoader classLoader) Create aSpringFactoriesLoaderinstance that will load and instantiate the factory implementations from the given location, using the given class loader.