Package | Description |
---|---|
oracle.dbtools.plugin.api.di |
A
javax.inject
compatible Dependency Injection (D.I.) framework. |
Modifier and Type | Method and Description |
---|---|
static <T> ResolvedInstances<T> |
ResolvedInstances.matches(InstanceProvider<T> firstMatch,
InstanceProvider<T>... subsequentMatches)
Concatenates a series of matches together
|
static <T> ResolvedInstances<T> |
ResolvedInstances.matches(TypeQualifier<T> qualifier,
Collection<Throwable> errors,
Iterable<T> matches)
Produce a
ResolvedInstances using the specified
TypeQualifier and set of instances |