Uses of Interface
org.springframework.beans.factory.generator.config.BeanDefinitionRegistrar.ThrowableFunction
Packages that use BeanDefinitionRegistrar.ThrowableFunction
Package
Description
Classes used in generated code to ease bean registration.
-
Uses of BeanDefinitionRegistrar.ThrowableFunction in org.springframework.beans.factory.generator.config
Methods in org.springframework.beans.factory.generator.config with parameters of type BeanDefinitionRegistrar.ThrowableFunctionModifier and TypeMethodDescription<T> TBeanDefinitionRegistrar.BeanInstanceContext.create(DefaultListableBeanFactory beanFactory, BeanDefinitionRegistrar.ThrowableFunction<InjectedElementAttributes, T> factory) Return the bean instance using thefactory.default <T> TInjectedElementResolver.create(DefaultListableBeanFactory beanFactory, BeanDefinitionRegistrar.ThrowableFunction<InjectedElementAttributes, T> factory) Create an instance based on the resolvedattributes.BeanDefinitionRegistrar.instanceSupplier(BeanDefinitionRegistrar.ThrowableFunction<BeanDefinitionRegistrar.BeanInstanceContext, ?> instanceContext) Specify how the bean instance should be created and initialized, using theBeanDefinitionRegistrar.BeanInstanceContextto resolve dependencies if necessary.