Uses of Interface
com.bobocode.bring.core.bfpp.BeanFactoryPostProcessor
Packages that use BeanFactoryPostProcessor
-
Uses of BeanFactoryPostProcessor in com.bobocode.bring.core.bfpp
Fields in com.bobocode.bring.core.bfpp with type parameters of type BeanFactoryPostProcessorModifier and TypeFieldDescriptionprivate final List
<? extends BeanFactoryPostProcessor> BeanPostProcessorDefinitionFactory.beanFactoryPostProcessors
The list of bean factory post-processors created by this factory. -
Uses of BeanFactoryPostProcessor in com.bobocode.bring.core.bfpp.impl
Classes in com.bobocode.bring.core.bfpp.impl that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclass
This post processor registers bean definitions in the DefaultBringBeanFactory for beans - methods annotated withBean
annotation.class
This post processor populates properties for the DefaultBringBeanFactory using ProfileSourceResolve.