Uses of Class
tech.guilhermekaua.spigotboot.core.context.dependency.registry.BeanInstanceRegistry
Packages that use BeanInstanceRegistry
Package
Description
-
Uses of BeanInstanceRegistry in tech.guilhermekaua.spigotboot.core.context.condition
Methods in tech.guilhermekaua.spigotboot.core.context.condition that return BeanInstanceRegistryModifier and TypeMethodDescription@Nullable BeanInstanceRegistryConditionContext.getBeanInstanceRegistry()Constructors in tech.guilhermekaua.spigotboot.core.context.condition with parameters of type BeanInstanceRegistryModifierConstructorDescriptionSimpleConditionContext(@NotNull BeanDefinitionRegistry beanDefinitionRegistry, @Nullable BeanInstanceRegistry beanInstanceRegistry, @NotNull ClassLoader classLoader) -
Uses of BeanInstanceRegistry in tech.guilhermekaua.spigotboot.core.context.dependency.manager
Constructors in tech.guilhermekaua.spigotboot.core.context.dependency.manager with parameters of type BeanInstanceRegistryModifierConstructorDescriptionDependencyManager(@NotNull BeanDefinitionRegistry beanDefinitionRegistry, @NotNull BeanInstanceRegistry beanInstanceRegistry, @NotNull BeanProxyDeciderResolver beanProxyDeciderResolver) DependencyManager(@NotNull BeanDefinitionRegistry beanDefinitionRegistry, @NotNull BeanInstanceRegistry beanInstanceRegistry, @NotNull BeanProxyDeciderResolver beanProxyDeciderResolver, @NotNull CustomInjectorRegistry customInjectorRegistry)