Uses of Package
org.int4.dirk.spi.instantiation
-
Packages that use org.int4.dirk.spi.instantiation 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.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.library Provides standard extensions and strategy implementations for constructing custom injectors.org.int4.dirk.spi.instantiation Provides the injection target extension interface. -
Classes in org.int4.dirk.spi.instantiation used by org.int4.dirk.cdi Class Description InjectionTargetExtension An interface to allow for custom handling of injection targets of typeT.InstantiationContext A context which can be used to create instances of typeTwhich match all its criteria.TypeTrait Traits of anInjectionTargetExtension. -
Classes in org.int4.dirk.spi.instantiation used by org.int4.dirk.core Class Description InjectionTargetExtension An interface to allow for custom handling of injection targets of typeT. -
Classes in org.int4.dirk.spi.instantiation used by org.int4.dirk.core.definition Class Description InjectionTargetExtension An interface to allow for custom handling of injection targets of typeT.TypeTrait Traits of anInjectionTargetExtension. -
Classes in org.int4.dirk.spi.instantiation used by org.int4.dirk.library Class Description InjectionTargetExtension An interface to allow for custom handling of injection targets of typeT.InstantiationContext A context which can be used to create instances of typeTwhich match all its criteria.TypeTrait Traits of anInjectionTargetExtension. -
Classes in org.int4.dirk.spi.instantiation used by org.int4.dirk.spi.instantiation Class Description InstantiationContext A context which can be used to create instances of typeTwhich match all its criteria.TypeTrait Traits of anInjectionTargetExtension.