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.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of BeanRegistrar in org.springframework.beans.factory
Methods in org.springframework.beans.factory with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoid
BeanRegistry.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, Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass) BeanRegistryAdapter
(BeanDefinitionRegistry beanRegistry, ListableBeanFactory beanFactory, Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass, @Nullable MultiValueMap<String, BeanDefinitionCustomizer> customizers) BeanRegistryAdapter
(DefaultListableBeanFactory beanFactory, Environment environment, Class<? extends BeanRegistrar> beanRegistrarClass) -
Uses of BeanRegistrar in org.springframework.context.annotation
Methods in org.springframework.context.annotation with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoid
AnnotationConfigRegistry.register
(BeanRegistrar... registrars) Invoke the given registrars for registering their beans with this application context. -
Uses of BeanRegistrar in org.springframework.context.support
Methods in org.springframework.context.support with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoid
GenericApplicationContext.register
(BeanRegistrar... registrars) Invoke the given registrars for registering their beans with this application context. -
Uses of BeanRegistrar in org.springframework.web.context.support
Methods in org.springframework.web.context.support with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoid
AnnotationConfigWebApplicationContext.register
(BeanRegistrar... registrars) Invoke the given registrars for registering their beans with this application context.