Uses of Interface
org.int4.dirk.core.store.Resolver
-
Packages that use Resolver Package Description org.int4.dirk.core.discovery org.int4.dirk.core.store -
-
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.
-