Uses of Interface
tech.guilhermekaua.spigotboot.core.context.registration.BeanRegistrar
Packages that use BeanRegistrar
Package
Description
-
Uses of BeanRegistrar in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoidCustomInjectorRegistryFactory.onBeanDefinitionsReady(@NotNull Context context, @NotNull BeanDefinitionRegistry definitionRegistry, @NotNull BeanRegistrar registrar) -
Uses of BeanRegistrar in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoidBeanPostProcessorRegistryFactory.onBeanDefinitionsReady(@NotNull Context context, @NotNull BeanDefinitionRegistry definitionRegistry, @NotNull BeanRegistrar registrar) -
Uses of BeanRegistrar in tech.guilhermekaua.spigotboot.core.context.lifecycle
Methods in tech.guilhermekaua.spigotboot.core.context.lifecycle that return BeanRegistrar -
Uses of BeanRegistrar in tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners
Methods in tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners with parameters of type BeanRegistrarModifier and TypeMethodDescriptionvoidBeanDefinitionsReadyListener.onBeanDefinitionsReady(@NotNull Context context, @NotNull BeanDefinitionRegistry definitionRegistry, @NotNull BeanRegistrar registrar) Called when all bean definitions have been discovered and registered, but before instantiation begins. -
Uses of BeanRegistrar in tech.guilhermekaua.spigotboot.core.context.registration
Classes in tech.guilhermekaua.spigotboot.core.context.registration that implement BeanRegistrar