Uses of Interface
com.bobocode.bring.core.bpp.BeanPostProcessor
Packages that use BeanPostProcessor
-
Uses of BeanPostProcessor in com.bobocode.bring.core.bpp
Fields in com.bobocode.bring.core.bpp with type parameters of type BeanPostProcessorModifier and TypeFieldDescriptionprivate final List
<BeanPostProcessor> BeanPostProcessorFactory.beanPostProcessors
The list of bean post-processors created by this factory. -
Uses of BeanPostProcessor in com.bobocode.bring.core.bpp.impl
Classes in com.bobocode.bring.core.bpp.impl that implement BeanPostProcessorModifier and TypeClassDescriptionclass
ThePostConstructBeanPostProcessor
is a custom implementation of theBeanPostProcessor
interface in the Bring framework, designed to handle post-construction tasks for beans.class
A BeanProcessor responsible for processing beans and registering methods annotated with @ScheduledTask for scheduling via a CustomScheduler.