Uses of Annotation Interface
com.bobocode.bring.core.annotation.BeanProcessor
Packages that use BeanProcessor
Package
Description
-
Uses of BeanProcessor in com.bobocode.bring.core.annotation.resolver.impl
Classes in com.bobocode.bring.core.annotation.resolver.impl with annotations of type BeanProcessorModifier and TypeClassDescriptionclass
An implementation of AnnotationResolver specifically designed for resolving component bean names based on the Component annotation.class
This class implements the AnnotationResolver interface to resolve the name of a configuration bean based on the presence of the Configuration annotation.class
An implementation of AnnotationResolver designed for resolving bean names associated with interfaces.class
An implementation of AnnotationResolver specifically designed for resolving bean names associated with classes annotated with @Service. -
Uses of BeanProcessor in com.bobocode.bring.core.bfpp.impl
Classes in com.bobocode.bring.core.bfpp.impl with annotations of type BeanProcessorModifier 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. -
Uses of BeanProcessor in com.bobocode.bring.core.bpp.impl
Classes in com.bobocode.bring.core.bpp.impl with annotations of type BeanProcessorModifier 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. -
Uses of BeanProcessor in com.bobocode.bring.core.context.scaner.impl
Classes in com.bobocode.bring.core.context.scaner.impl with annotations of type BeanProcessorModifier and TypeClassDescriptionclass
Implementation of ClassPathScanner that scans for classes annotated with @Component using Reflections.class
This class implements the ClassPathScanner interface to scan for classes annotated with Configuration.class
Implementation of ClassPathScanner that scans for classes annotated with @Service using Reflections.