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 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.classDefault implementation of the BringBeanFactory interface providing basic bean management functionalities.