Package org.int4.dirk.api
Provides the API for interacting with Dirk Injectors.
-
Interface Summary Interface Description CandidateRegistry Provides methods to manage injection candidates, like registering and removing.Injector An injector is a combination of aCandidateRegistryand anInstanceResolver, providing the functionality of both interfaces in a single type.InstanceResolver Provides methods to resolve types and classes to injected instances. -
Class Summary Class Description TypeLiteral<T> Allows creation of parameterized types by sub-classing this class.