Uses of Class
org.springframework.core.io.support.SpringFactoriesLoader
Packages that use SpringFactoriesLoader
Package
Description
AOT support for bean factories.
Support classes for Spring's resource abstraction.
Test support classes for Spring's I/O support.
-
Uses of SpringFactoriesLoader in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot with parameters of type SpringFactoriesLoaderModifier and TypeMethodDescriptionstatic AotServices.LoaderAotServices.factories(SpringFactoriesLoader springFactoriesLoader) Create a newAotServices.Loaderthat will obtain AOT services from the givenSpringFactoriesLoader.static AotServices.LoaderAotServices.factoriesAndBeans(SpringFactoriesLoader springFactoriesLoader, ListableBeanFactory beanFactory) Create a newAotServices.Loaderthat will obtain AOT services from the givenSpringFactoriesLoaderandListableBeanFactory. -
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. -
Uses of SpringFactoriesLoader in org.springframework.core.test.io.support
Subclasses of SpringFactoriesLoader in org.springframework.core.test.io.supportModifier and TypeClassDescriptionclassSimple mockSpringFactoriesLoaderimplementation that can be used for testing purposes.