Uses of Interface
org.springframework.beans.factory.generator.config.BeanDefinitionRegistrar.ThrowableConsumer
Packages that use BeanDefinitionRegistrar.ThrowableConsumer
Package
Description
Classes used in generated code to ease bean registration.
-
Uses of BeanDefinitionRegistrar.ThrowableConsumer in org.springframework.beans.factory.generator.config
Methods in org.springframework.beans.factory.generator.config with parameters of type BeanDefinitionRegistrar.ThrowableConsumerModifier and TypeMethodDescriptionBeanDefinitionRegistrar.customize(BeanDefinitionRegistrar.ThrowableConsumer<RootBeanDefinition> bd) Customize theRootBeanDefinitionusing the specified consumer.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.