Uses of Interface
org.springframework.beans.factory.config.BeanDefinitionCustomizer
Packages that use BeanDefinitionCustomizer
Package
Description
Classes supporting the
org.springframework.beans.factory package.-
Uses of BeanDefinitionCustomizer in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with parameters of type BeanDefinitionCustomizerModifier and TypeMethodDescriptionBeanDefinitionBuilder.applyCustomizers(BeanDefinitionCustomizer... customizers) Apply the given customizers to the underlying bean definition.Constructor parameters in org.springframework.beans.factory.support with type arguments of type BeanDefinitionCustomizerModifierConstructorDescriptionBeanRegistryAdapter(BeanDefinitionRegistry beanRegistry, ListableBeanFactory beanFactory, org.springframework.core.env.Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass, @Nullable org.springframework.util.MultiValueMap<String, BeanDefinitionCustomizer> customizers)