Uses of Class
org.springframework.beans.factory.aot.AotServices.Loader
Packages that use AotServices.Loader
-
Uses of AotServices.Loader in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot that return AotServices.LoaderModifier and TypeMethodDescriptionstatic AotServices.LoaderAotServices.factories()Create a newAotServices.Loaderthat will obtain AOT services from "META-INF/spring/aot.factories"<T>.static AotServices.LoaderAotServices.factories(@Nullable ClassLoader classLoader) Create a newAotServices.Loaderthat will obtain AOT services from "META-INF/spring/aot.factories"<T>.static AotServices.LoaderAotServices.factories(SpringFactoriesLoader springFactoriesLoader) Create a newAotServices.Loaderthat will obtain AOT services from the givenSpringFactoriesLoader.static AotServices.LoaderAotServices.factoriesAndBeans(ListableBeanFactory beanFactory) Create a newAotServices.Loaderthat will obtain AOT services from "META-INF/spring/aot.factories"<T> as well as the givenListableBeanFactory.static AotServices.LoaderAotServices.factoriesAndBeans(SpringFactoriesLoader springFactoriesLoader, ListableBeanFactory beanFactory) Create a newAotServices.Loaderthat will obtain AOT services from the givenSpringFactoriesLoaderandListableBeanFactory.