Uses of Interface
tech.guilhermekaua.spigotboot.core.context.Context
Packages that use Context
Package
Description
-
Uses of Context in tech.guilhermekaua.spigotboot.core
Methods in tech.guilhermekaua.spigotboot.core that return ContextModifier and TypeMethodDescriptionstatic ContextSpigotBoot.getContext(@NotNull BootPlugin plugin) static ContextSpigotBoot.initialize(@NotNull BootPlugin plugin) static ContextSpigotBoot.initialize(@NotNull BootPlugin plugin, @NotNull Class<? extends Module>... modulesToLoad) SpigotBootBuilder.initialize() -
Uses of Context in tech.guilhermekaua.spigotboot.core.context
Classes in tech.guilhermekaua.spigotboot.core.context that implement ContextMethods in tech.guilhermekaua.spigotboot.core.context that return ContextModifier and TypeMethodDescriptionContextManager.createContext(BootPlugin plugin) ContextManager.getContext(BootPlugin plugin) -
Uses of Context in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.injector with parameters of type ContextModifier and TypeMethodDescriptionvoidCustomInjectorRegistryFactory.onBeanDefinitionsReady(@NotNull Context context, @NotNull BeanDefinitionRegistry definitionRegistry, @NotNull BeanRegistrar registrar) -
Uses of Context in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor
Methods in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor with parameters of type ContextModifier and TypeMethodDescriptionvoidBeanPostProcessorRegistryFactory.onBeanDefinitionsReady(@NotNull Context context, @NotNull BeanDefinitionRegistry definitionRegistry, @NotNull BeanRegistrar registrar) -
Uses of Context in tech.guilhermekaua.spigotboot.core.context.lifecycle
Constructors in tech.guilhermekaua.spigotboot.core.context.lifecycle with parameters of type ContextModifierConstructorDescriptionContextLifecycle(@NotNull Context context, @NotNull DependencyManager dependencyManager, @NotNull List<Class<? extends Module>> modulesToLoad) -
Uses of Context in tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners
Methods in tech.guilhermekaua.spigotboot.core.context.lifecycle.listeners with parameters of type ContextModifier 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.voidContextReadyListener.onContextReady(@NotNull Context context) -
Uses of Context in tech.guilhermekaua.spigotboot.core.context.lifecycle.processors.preDestroy
Methods in tech.guilhermekaua.spigotboot.core.context.lifecycle.processors.preDestroy with parameters of type Context -
Uses of Context in tech.guilhermekaua.spigotboot.core.context.lifecycle.processors.preDestroy.impl
Methods in tech.guilhermekaua.spigotboot.core.context.lifecycle.processors.preDestroy.impl with parameters of type ContextModifier and TypeMethodDescriptionvoidShutdownExecutorServicesContextPreDestroyProcessor.onPreDestroy(Context context) -
Uses of Context in tech.guilhermekaua.spigotboot.core.module
Methods in tech.guilhermekaua.spigotboot.core.module with parameters of type ContextModifier and TypeMethodDescriptionvoidModuleRegistry.initializeModules(@NotNull Context context, @NotNull List<Class<? extends Module>> modulesToLoad) voidModule.onInitialize(Context context)