Uses of Interface
org.springframework.beans.factory.aot.AutowiredArguments
Packages that use AutowiredArguments
-
Uses of AutowiredArguments in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot that return AutowiredArgumentsModifier and TypeMethodDescriptionstatic AutowiredArgumentsFactory method to create a newAutowiredArgumentsinstance from the given object array.AutowiredMethodArgumentsResolver.resolve(RegisteredBean registeredBean) Resolve the method arguments for the specified registered bean.Method parameters in org.springframework.beans.factory.aot with type arguments of type AutowiredArgumentsModifier and TypeMethodDescriptionvoidAutowiredMethodArgumentsResolver.resolve(RegisteredBean registeredBean, ThrowingConsumer<AutowiredArguments> action) Resolve the method arguments for the specified registered bean and provide it to the given action.BeanInstanceSupplier.withGenerator(ThrowingBiFunction<RegisteredBean, AutowiredArguments, T> generator) Return a newBeanInstanceSupplierinstance that uses the specifiedgeneratorbi-function to instantiate the underlying bean.