Uses of Interface
com.bobocode.bring.core.context.BringBeanFactory
Packages that use BringBeanFactory
-
Uses of BringBeanFactory in com.bobocode.bring.core.bpp
Constructors in com.bobocode.bring.core.bpp with parameters of type BringBeanFactoryModifierConstructorDescriptionBeanPostProcessorFactory
(BringBeanFactory beanFactory, org.reflections.Reflections reflections) Constructs a new BeanPostProcessorFactory and initializes the list of post-processors. -
Uses of BringBeanFactory in com.bobocode.bring.core.context.impl
Classes in com.bobocode.bring.core.context.impl that implement BringBeanFactoryModifier 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.class
Default implementation of the BringBeanFactory interface providing basic bean management functionalities.