Uses of Interface
tech.guilhermekaua.spigotboot.core.context.dependency.injector.CustomInjector
Packages that use CustomInjector
Package
Description
-
Uses of CustomInjector in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector that return types with arguments of type CustomInjectorModifier and TypeMethodDescription@NotNull List<CustomInjector>CustomInjectorRegistry.getInjectors()Returns an unmodifiable ordered view of all registered injectors.@NotNull List<CustomInjector>DefaultCustomInjectorRegistry.getInjectors()Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector with parameters of type CustomInjectorModifier and TypeMethodDescriptionvoidCustomInjectorRegistry.register(@NotNull CustomInjector injector) Registers a custom injector.voidDefaultCustomInjectorRegistry.register(@NotNull CustomInjector injector) booleanCustomInjectorRegistry.unregister(@NotNull CustomInjector injector) Unregisters a custom injector.booleanDefaultCustomInjectorRegistry.unregister(@NotNull CustomInjector injector) -
Uses of CustomInjector in tech.guilhermekaua.spigotboot.core.context.dependency.manager
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.manager with parameters of type CustomInjectorModifier and TypeMethodDescriptionvoidDependencyManager.registerInjector(@NotNull CustomInjector injector) Registers a custom injector.