Uses of Interface
org.springframework.beans.factory.BeanRegistrar
Packages that use BeanRegistrar
Package
Description
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
Classes supporting the
org.springframework.beans.factory package.-
Uses of BeanRegistrar in org.springframework.beans.factory
Methods in org.springframework.beans.factory with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoidBeanRegistry.register(BeanRegistrar registrar) Register beans using the givenBeanRegistrar. -
Uses of BeanRegistrar in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with parameters of type BeanRegistrarConstructor parameters in org.springframework.beans.factory.support with type arguments of type BeanRegistrarModifierConstructorDescriptionBeanRegistryAdapter(BeanDefinitionRegistry beanRegistry, ListableBeanFactory beanFactory, org.springframework.core.env.Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass) BeanRegistryAdapter(BeanDefinitionRegistry beanRegistry, ListableBeanFactory beanFactory, org.springframework.core.env.Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass, @Nullable org.springframework.util.MultiValueMap<String, BeanDefinitionCustomizer> customizers) BeanRegistryAdapter(DefaultListableBeanFactory beanFactory, org.springframework.core.env.Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass)