Uses of Interface
org.int4.dirk.core.definition.injection.Constructable
-
Packages that use Constructable Package Description org.int4.dirk.core.definition org.int4.dirk.core.definition.factory -
-
Uses of Constructable in org.int4.dirk.core.definition
Subinterfaces of Constructable in org.int4.dirk.core.definition Modifier and Type Interface Description interfaceInjectable<T>Represents a source for an injectable dependency.Methods in org.int4.dirk.core.definition with parameters of type Constructable Modifier and Type Method Description <T> Injectable<T>InjectableFactory. create(java.lang.reflect.Type ownerType, java.lang.reflect.Member member, java.lang.reflect.AnnotatedElement element, java.util.List<Binding> bindings, Constructable<T> constructable)CreatesInjectables given an ownerType, an optionalMemberanAnnotatedElement, a list ofBindings and aConstructable. -
Uses of Constructable in org.int4.dirk.core.definition.factory
Classes in org.int4.dirk.core.definition.factory that implement Constructable Modifier and Type Class Description classClassObjectFactory<T>Object factory for concrete classes.classFieldObjectFactory<T>AConstructablewhich reads a field to obtain an instance.classMethodObjectFactory<T>AConstructableusing a method call to obtain an instance.
-