Uses of Interface
com.bobocode.bring.core.context.BeanDefinitionRegistry
Packages that use BeanDefinitionRegistry
-
Uses of BeanDefinitionRegistry in com.bobocode.bring.core.context.impl
Classes in com.bobocode.bring.core.context.impl that implement BeanDefinitionRegistryModifier and TypeClassDescriptionclassRegistry class responsible for: Registering beans by bean name and bean definition: The bean name is created usingAnnotationResolverand is the key of theDefaultBringBeanFactory.beanDefinitionMap.classTheBringApplicationContextclass represents the core context for managing and initializing the Bring application's beans.