Uses of Interface
org.int4.dirk.core.discovery.Discoverer
-
Packages that use Discoverer Package Description org.int4.dirk.core.discovery -
-
Uses of Discoverer in org.int4.dirk.core.discovery
Methods in org.int4.dirk.core.discovery that return Discoverer 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.
-