Uses of Class
org.springframework.beans.factory.generator.config.InjectedElementAttributes
Packages that use InjectedElementAttributes
Package
Description
Classes used in generated code to ease bean registration.
-
Uses of InjectedElementAttributes in org.springframework.beans.factory.generator.config
Methods in org.springframework.beans.factory.generator.config that return InjectedElementAttributesModifier and TypeMethodDescriptiondefault InjectedElementAttributesInjectedElementResolver.resolve(DefaultListableBeanFactory beanFactory) Resolve the attributes using the specified bean factory.InjectedElementResolver.resolve(DefaultListableBeanFactory beanFactory, boolean required) Resolve the attributes using the specified bean factory.Method parameters in org.springframework.beans.factory.generator.config with type arguments of type InjectedElementAttributesModifier 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.voidInjectedElementAttributes.ifResolved(BeanDefinitionRegistrar.ThrowableConsumer<InjectedElementAttributes> attributes) Invoke the specifiedConsumerwith the resolved attributes.default voidInjectedElementResolver.invoke(DefaultListableBeanFactory beanFactory, BeanDefinitionRegistrar.ThrowableConsumer<InjectedElementAttributes> attributes) Invoke the specified consumer with the resolvedattributes.