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 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.