Uses of Class
org.springframework.beans.factory.aot.AotServices.Loader
-
Uses of AotServices.Loader in org.springframework.beans.factory.aot
Modifier and TypeMethodDescriptionstatic AotServices.Loader
AotServices.factories()
Create a newAotServices.Loader
that will obtain AOT services from "META-INF/spring/aot.factories".static AotServices.Loader
AotServices.factories
(ClassLoader classLoader) Create a newAotServices.Loader
that will obtain AOT services from "META-INF/spring/aot.factories".static AotServices.Loader
AotServices.factories
(SpringFactoriesLoader springFactoriesLoader) Create a newAotServices.Loader
that will obtain AOT services from the givenSpringFactoriesLoader
.static AotServices.Loader
AotServices.factoriesAndBeans
(ListableBeanFactory beanFactory) Create a newAotServices.Loader
that will obtain AOT services from "META-INF/spring/aot.factories" as well as the givenListableBeanFactory
.static AotServices.Loader
AotServices.factoriesAndBeans
(SpringFactoriesLoader springFactoriesLoader, ListableBeanFactory beanFactory) Create a newAotServices.Loader
that will obtain AOT services from the givenSpringFactoriesLoader
andListableBeanFactory
.