Uses of Interface
io.bootique.di.BQModule
Packages that use BQModule
-
Uses of BQModule in io.bootique.di
Classes in io.bootique.di that implement BQModuleModifier and TypeClassDescriptionclassA common superclass of modules with an empty implementation ofBaseBQModule.configure(Binder).Methods in io.bootique.di with parameters of type BQModuleModifier and TypeMethodDescriptionstatic InjectorDIBootstrap.createInjector(BQModule... modules) Creates and returns an injector instance working with the set of provided modules.static DIBootstrap.InjectorBuilderDIBootstrap.injectorBuilder(BQModule... modules) Creates injector builder.Method parameters in io.bootique.di with type arguments of type BQModuleModifier and TypeMethodDescriptionstatic InjectorDIBootstrap.createInjector(Collection<BQModule> modules) Creates and returns an injector instance working with the set of provided modules.static DIBootstrap.InjectorBuilderDIBootstrap.injectorBuilder(Collection<BQModule> modules) Creates injector builder. -
Uses of BQModule in io.bootique.di.spi
Constructors in io.bootique.di.spi with parameters of type BQModuleModifierConstructorDescriptionDefaultInjector(Set<DefaultInjector.Options> options, InjectorPredicates predicates, BQModule... modules)