Uses of Interface
org.int4.dirk.core.util.Resolver
-
Packages that use Resolver Package Description org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.core.discovery Provides internal core discovery classes for the Dirk injection framework.org.int4.dirk.core.store Provides internal core store for the Dirk injection framework. -
-
Uses of Resolver in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition with parameters of type Resolver Modifier and Type Method Description CreationalContext<T>Instantiator. create(Resolver<Injectable<?>> resolver)Creates aCreationalContext. -
Uses of Resolver in org.int4.dirk.core.discovery
Methods in org.int4.dirk.core.discovery with parameters of type Resolver Modifier and Type Method Description DiscovererDiscovererFactory. create(Resolver<Injectable<?>> resolver, java.util.Collection<java.lang.reflect.Type> types)Given a list ofTypes, returns aDiscovererwhich will produce injectables for each of the types given and all injectables that could be derived or discovered using the given types as starting point.DiscovererDiscovererFactory. create(Resolver<Injectable<?>> resolver, Injectable<?> injectable)Given anInjectable, returns aDiscovererwhich will produce the given injectable and all injectables that could be derived or discovered using the injectable as starting point. -
Uses of Resolver in org.int4.dirk.core.store
Classes in org.int4.dirk.core.store that implement Resolver Modifier and Type Class Description classInjectableStoreA store forInjectables which ensures that it at all times contains only injectables that can be fully resolved.classQualifiedTypeStore<T>Store which keeps track of typesTfor which aKeycan be extracted.
-