Class ResolvedInstances<T>

java.lang.Object
oracle.dbtools.plugin.api.di.ResolvedInstances<T>
Type Parameters:
T - The type of the instances
All Implemented Interfaces:
jakarta.inject.Provider<T>, Iterable<T>, Supplier<T>, InstanceProvider<T>

public class ResolvedInstances<T> extends Object implements InstanceProvider<T>
Represents the discovered matches for a call to InstanceLocator.select(TypeQualifier)
Since:
19.3.0
Author:
cdivilly