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.beanPostProcessorsThe 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 TypeClassDescriptionclassThePostConstructBeanPostProcessoris a custom implementation of theBeanPostProcessorinterface in the Bring framework, designed to handle post-construction tasks for beans.classA BeanProcessor responsible for processing beans and registering methods annotated with @ScheduledTask for scheduling via a CustomScheduler.