Uses of Interface
org.int4.dirk.api.InstanceResolver
-
Packages that use InstanceResolver Package Description org.int4.dirk.api org.int4.dirk.core -
-
Uses of InstanceResolver in org.int4.dirk.api
Subinterfaces of InstanceResolver in org.int4.dirk.api Modifier and Type Interface Description interfaceInjectorAn injector is a combination of aCandidateRegistryand anInstanceResolver, providing the functionality of both interfaces in a single type.Methods in org.int4.dirk.api that return InstanceResolver Modifier and Type Method Description InstanceResolverInjector. getInstanceResolver()Returns anInstanceResolver, which can be shared instead of this class to share only methods that can be used to instantiate objects. -
Uses of InstanceResolver in org.int4.dirk.core
Classes in org.int4.dirk.core that implement InstanceResolver Modifier and Type Class Description classStandardInjectorA standard implementation ofInjectorprovided with the framework.Methods in org.int4.dirk.core that return InstanceResolver Modifier and Type Method Description InstanceResolverStandardInjector. getInstanceResolver()
-