Uses of Class
oracle.dbtools.plugin.api.di.ResolvedInstances
-
Packages that use ResolvedInstances Package Description oracle.dbtools.plugin.api.di Ajavax.inject
compatible Dependency Injection (D.I.) framework. -
- <section role="region">
Uses of ResolvedInstances in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return ResolvedInstances Modifier and Type Method Description static <T> ResolvedInstances<T>
ResolvedInstances. matches(InstanceProvider<T> firstMatch, InstanceProvider<T>... subsequentMatches)
Concatenates a series of matches togetherstatic <T> ResolvedInstances<T>
ResolvedInstances. matches(TypeQualifier<T> qualifier, java.util.Collection<java.lang.Throwable> errors, java.lang.Iterable<T> matches)
Produce aResolvedInstances
using the specifiedTypeQualifier
and set of instances
- <section role="region">