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 TypeClassDescriptionclassAn implementation of AnnotationResolver specifically designed for resolving component bean names based on the Component annotation.classThis class implements the AnnotationResolver interface to resolve the name of a configuration bean based on the presence of the Configuration annotation.classAn implementation of AnnotationResolver designed for resolving bean names associated with interfaces.classAn 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 TypeClassDescriptionclassThis post processor registers bean definitions in the DefaultBringBeanFactory for beans - methods annotated withBeanannotation.classThis 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 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. -
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 TypeClassDescriptionclassImplementation of ClassPathScanner that scans for classes annotated with @Component using Reflections.classThis class implements the ClassPathScanner interface to scan for classes annotated with Configuration.classImplementation of ClassPathScanner that scans for classes annotated with @Service using Reflections.