Uses of Interface
io.bootique.di.Injector
Packages that use Injector
-
Uses of Injector in io.bootique.di
Methods in io.bootique.di that return InjectorModifier and TypeMethodDescriptionDIBootstrap.InjectorBuilder.build()Build injector with provided options.static InjectorDIBootstrap.createInjector(BQModule... modules) Creates and returns an injector instance working with the set of provided modules.static InjectorDIBootstrap.createInjector(Collection<BQModule> modules) Creates and returns an injector instance working with the set of provided modules. -
Uses of Injector in io.bootique.di.spi
Classes in io.bootique.di.spi that implement InjectorModifier and TypeClassDescriptionclassA default implementations of a DI injector.