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 TypeClassDescriptionclass
Registry class responsible for: Registering beans by bean name and bean definition: The bean name is created usingAnnotationResolver
and is the key of theDefaultBringBeanFactory.beanDefinitionMap
.class
TheBringApplicationContext
class represents the core context for managing and initializing the Bring application's beans.