Uses of Interface
tech.guilhermekaua.spigotboot.core.context.lifecycle.Ordered
Packages that use Ordered
Package
Description
-
Uses of Ordered in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Subinterfaces of Ordered in tech.guilhermekaua.spigotboot.core.context.dependency.injectorModifier and TypeInterfaceDescriptioninterfaceCallback interface for customizing aCustomInjectorRegistry.Classes in tech.guilhermekaua.spigotboot.core.context.dependency.injector that implement OrderedModifier and TypeClassDescriptionclassFactory component that appliesCustomInjectorRegistryCustomizerbeans to the framework'sCustomInjectorRegistryduring context initialization. -
Uses of Ordered in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor
Subinterfaces of Ordered in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessorModifier and TypeInterfaceDescriptioninterfaceinterfaceCallback interface for contributingBeanPostProcessorinstances to the framework.Classes in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor that implement OrderedModifier and TypeClassDescriptionclassAppliesBeanPostProcessorRegistryCustomizerbeans to the framework'sBeanPostProcessorRegistryduring the DEFINITIONS_READY phase, before instantiation begins, so contributed post-processors run on every bean.class