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. -
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.Resolution Resolution determines how a dependency should be treated by an injector. -
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. -
Classes in org.int4.dirk.spi.instantiation used by org.int4.dirk.spi.instantiation Class Description Instance Allows dynamic access to instances created by an injector.InstanceProvider Provides instances of typeTcreated from elements of typeE.Resolution Resolution determines how a dependency should be treated by an injector.