Uses of Class
com.bobocode.bring.core.context.impl.DefaultBringBeanFactory
Package
Description
-
Uses of DefaultBringBeanFactory in com.bobocode.bring.core.bfpp
Modifier and TypeMethodDescriptionvoid
BeanFactoryPostProcessor.postProcessBeanFactory
(DefaultBringBeanFactory defaultBeanFactory) Modify the application context's internal bean factory. -
Uses of DefaultBringBeanFactory in com.bobocode.bring.core.bfpp.impl
Modifier and TypeMethodDescriptionprivate void
ConfigurationClassPostProcessor.loadBeanDefinitionsForBeanMethod
(DefaultBringBeanFactory defaultBeanFactory, String beanName, Method method) void
ConfigurationClassPostProcessor.postProcessBeanFactory
(DefaultBringBeanFactory defaultBeanFactory) Processes the DefaultBringBeanFactory to populate the bean definitions map with beans defined in Configuration classes.void
ValuePropertiesPostProcessor.postProcessBeanFactory
(DefaultBringBeanFactory defaultBeanFactory) Processes the DefaultBringBeanFactory to populate properties based on profiles in bean definitions. -
Uses of DefaultBringBeanFactory in com.bobocode.bring.core.context.impl
Modifier 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.