Uses of Class
com.bobocode.bring.core.context.impl.AnnotationBringBeanRegistry
Packages that use AnnotationBringBeanRegistry
Package
Description
-
Uses of AnnotationBringBeanRegistry in com.bobocode.bring.core.context.impl
Subclasses of AnnotationBringBeanRegistry in com.bobocode.bring.core.context.implModifier and TypeClassDescriptionclass
TheBringApplicationContext
class represents the core context for managing and initializing the Bring application's beans.Fields in com.bobocode.bring.core.context.impl declared as AnnotationBringBeanRegistryModifier and TypeFieldDescriptionprivate final AnnotationBringBeanRegistry
BeanCreator.beanRegistry
private final AnnotationBringBeanRegistry
ConstructorBeanInjection.beanRegistry
private final AnnotationBringBeanRegistry
FieldBeanInjection.beanRegistry
private final AnnotationBringBeanRegistry
SetterBeanInjection.beanRegistry
Constructors in com.bobocode.bring.core.context.impl with parameters of type AnnotationBringBeanRegistryModifierConstructorDescriptionBeanCreator
(AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a BeanCreator. -
Uses of AnnotationBringBeanRegistry in com.bobocode.bring.core.context.type
Fields in com.bobocode.bring.core.context.type declared as AnnotationBringBeanRegistryModifier and TypeFieldDescriptionprivate final AnnotationBringBeanRegistry
AbstractValueTypeInjector.beanRegistry
Constructors in com.bobocode.bring.core.context.type with parameters of type AnnotationBringBeanRegistryModifierConstructorDescriptionprotected
AbstractValueTypeInjector
(AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofAbstractValueTypeInjector
.TypeResolverFactory
(Map<String, String> properties, org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry) Constructs a new instance ofTypeResolverFactory
with the provided configuration. -
Uses of AnnotationBringBeanRegistry in com.bobocode.bring.core.context.type.field
Constructors in com.bobocode.bring.core.context.type.field with parameters of type AnnotationBringBeanRegistryModifierConstructorDescriptionFieldInterfaceValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a FieldInterfaceValueTypeInjector.FieldListValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofFieldListValueTypeInjector
.FieldMapValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofFieldMapValueTypeInjector
.FieldQueueValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofFieldQueueValueTypeInjector
.FieldSetValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofFieldSetValueTypeInjector
. -
Uses of AnnotationBringBeanRegistry in com.bobocode.bring.core.context.type.parameter
Constructors in com.bobocode.bring.core.context.type.parameter with parameters of type AnnotationBringBeanRegistryModifierConstructorDescriptionParameterInterfaceValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a ParameterInterfaceValueTypeInjector.ParameterListValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofParameterListValueTypeInjector
.ParameterMapValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofParameterMapValueTypeInjector
.ParameterQueueValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofParameterQueueValueTypeInjector
.ParameterSetValueTypeInjector
(org.reflections.Reflections reflections, AnnotationBringBeanRegistry beanRegistry, ClassPathScannerFactory classPathScannerFactory) Constructs a new instance ofParameterSetValueTypeInjector
.