Uses of Class
com.bobocode.bring.core.context.impl.DefaultBringBeanFactory
Packages that use DefaultBringBeanFactory
Package
Description
-
Uses of DefaultBringBeanFactory in com.bobocode.bring.core.bfpp
Methods in com.bobocode.bring.core.bfpp with parameters of type DefaultBringBeanFactoryModifier and TypeMethodDescriptionvoidBeanFactoryPostProcessor.postProcessBeanFactory(DefaultBringBeanFactory defaultBeanFactory) Modify the application context's internal bean factory. -
Uses of DefaultBringBeanFactory in com.bobocode.bring.core.bfpp.impl
Methods in com.bobocode.bring.core.bfpp.impl with parameters of type DefaultBringBeanFactoryModifier and TypeMethodDescriptionprivate voidConfigurationClassPostProcessor.loadBeanDefinitionsForBeanMethod(DefaultBringBeanFactory defaultBeanFactory, String beanName, Method method) voidConfigurationClassPostProcessor.postProcessBeanFactory(DefaultBringBeanFactory defaultBeanFactory) Processes the DefaultBringBeanFactory to populate the bean definitions map with beans defined in Configuration classes.voidValuePropertiesPostProcessor.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
Subclasses of DefaultBringBeanFactory in com.bobocode.bring.core.context.implModifier 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.