Uses of Class
org.int4.dirk.core.definition.injection.Injection
-
Packages that use Injection Package Description org.int4.dirk.core.definition.factory org.int4.dirk.core.definition.injection -
-
Uses of Injection in org.int4.dirk.core.definition.factory
Method parameters in org.int4.dirk.core.definition.factory with type arguments of type Injection Modifier and Type Method Description TClassObjectFactory. create(java.util.List<Injection> injections)TFieldObjectFactory. create(java.util.List<Injection> injections)TMethodObjectFactory. create(java.util.List<Injection> injections) -
Uses of Injection in org.int4.dirk.core.definition.injection
Method parameters in org.int4.dirk.core.definition.injection with type arguments of type Injection Modifier and Type Method Description TConstructable. create(java.util.List<Injection> injections)Creates an instance.
-