Uses of Interface
org.int4.dirk.api.Injector
-
Packages that use Injector Package Description org.int4.dirk.cdi Provides CDI style injection.org.int4.dirk.core Provides internal core classes for the Dirk injection framework.org.int4.dirk.di Provides Dirk style injection.org.int4.dirk.jakarta Provides Jakarta style injection.org.int4.dirk.jsr330 Provides JSR-330 style injection (superseded by Jakarta). -
-
Uses of Injector in org.int4.dirk.cdi
Methods in org.int4.dirk.cdi that return Injector Modifier and Type Method Description static InjectorInjectors. autoDiscovering(ScopeResolver... scopeResolvers)Creates anInjectorwith auto discovery activated and the givenScopeResolvers.static InjectorInjectors. manual(ScopeResolver... scopeResolvers)Creates anInjectorwhich must be manually configured with the givenScopeResolvers. -
Uses of Injector in org.int4.dirk.core
Classes in org.int4.dirk.core that implement Injector Modifier and Type Class Description classStandardInjectorA standard implementation ofInjectorprovided with the framework. -
Uses of Injector in org.int4.dirk.di
Methods in org.int4.dirk.di that return Injector Modifier and Type Method Description static InjectorInjectors. autoDiscovering(ScopeResolver... scopeResolvers)Creates anInjectorwith auto discovery activated and the givenScopeResolvers.static InjectorInjectors. manual(ScopeResolver... scopeResolvers)Creates anInjectorwhich must be manually configured with the givenScopeResolvers. -
Uses of Injector in org.int4.dirk.jakarta
Methods in org.int4.dirk.jakarta that return Injector Modifier and Type Method Description static InjectorInjectors. autoDiscovering(ScopeResolver... scopeResolvers)Creates anInjectorwith auto discovery activated and the givenScopeResolvers.static InjectorInjectors. manual(ScopeResolver... scopeResolvers)Creates anInjectorwhich must be manually configured with the givenScopeResolvers. -
Uses of Injector in org.int4.dirk.jsr330
Methods in org.int4.dirk.jsr330 that return Injector Modifier and Type Method Description static InjectorInjectors. autoDiscovering(ScopeResolver... scopeResolvers)Creates anInjectorwith auto discovery activated and the givenScopeResolvers.static InjectorInjectors. manual(ScopeResolver... scopeResolvers)Creates anInjectorwhich must be manually configured with the givenScopeResolvers.
-