Uses of Interface
com.bobocode.bring.core.context.BeanRegistry
Packages that use BeanRegistry
-
Uses of BeanRegistry in com.bobocode.bring.core.context.impl
Classes in com.bobocode.bring.core.context.impl that implement BeanRegistryModifier 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.