Uses of Interface
org.int4.dirk.api.Injector
-
Packages that use Injector Package Description org.int4.dirk.cdi org.int4.dirk.core org.int4.dirk.di org.int4.dirk.jakarta org.int4.dirk.jsr330 -
-
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.
-