Uses of Class
oracle.dbtools.plugin.api.di.ResolvedInstances
Packages that use ResolvedInstances
-
Uses of ResolvedInstances in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return ResolvedInstancesModifier and TypeMethodDescriptionstatic <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, Collection<Throwable> errors, Iterable<T> matches) Produce aResolvedInstancesusing the specifiedTypeQualifierand set of instances