Uses of Interface
tech.guilhermekaua.spigotboot.core.context.dependency.injector.CustomInjectorRegistry
Packages that use CustomInjectorRegistry
Package
Description
-
Uses of CustomInjectorRegistry in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Classes in tech.guilhermekaua.spigotboot.core.context.dependency.injector that implement CustomInjectorRegistryMethods in tech.guilhermekaua.spigotboot.core.context.dependency.injector with parameters of type CustomInjectorRegistryModifier and TypeMethodDescriptionvoidCustomInjectorRegistryCustomizer.customize(@NotNull CustomInjectorRegistry registry) Customize the given registry by registering, unregistering, or otherwise modifying injectors. -
Uses of CustomInjectorRegistry in tech.guilhermekaua.spigotboot.core.context.dependency.manager
Constructors in tech.guilhermekaua.spigotboot.core.context.dependency.manager with parameters of type CustomInjectorRegistryModifierConstructorDescriptionDependencyManager(@NotNull BeanDefinitionRegistry beanDefinitionRegistry, @NotNull BeanInstanceRegistry beanInstanceRegistry, @NotNull BeanProxyDeciderResolver beanProxyDeciderResolver, @NotNull CustomInjectorRegistry customInjectorRegistry)