Uses of Interface
io.avaje.inject.spi.AvajeModule
Packages that use AvajeModule
Package
Description
Avaje Inject API - see
BeanScope.Building bean scope objects expected to only be used by generated code.
-
Uses of AvajeModule in io.avaje.inject
Methods in io.avaje.inject with parameters of type AvajeModuleModifier and TypeMethodDescriptionBeanScopeBuilder.modules(AvajeModule... modules) Specify the modules to include in dependency injection. -
Uses of AvajeModule in io.avaje.inject.spi
Subinterfaces of AvajeModule in io.avaje.inject.spiModifier and TypeInterfaceDescriptionstatic interfaceMarker for custom scoped modules.Methods in io.avaje.inject.spi that return types with arguments of type AvajeModuleModifier and TypeMethodDescriptionModuleOrdering.factories()The list of factories in the order they should be built.Methods in io.avaje.inject.spi with parameters of type AvajeModuleModifier and TypeMethodDescriptionvoidModuleOrdering.add(AvajeModule module) Accept a module for orderingMethod parameters in io.avaje.inject.spi with type arguments of type AvajeModuleModifier and TypeMethodDescriptionvoidBuilder.currentModule(Class<? extends AvajeModule> currentModule) Set the current module being wired.default booleanModuleOrdering.supportsExpected(List<AvajeModule> modules) Return true if ordering supports the modules passed in.