Uses of Class
oracle.dbtools.plugin.api.di.Instances.QualifiedInstance
-
Packages that use Instances.QualifiedInstance Package Description oracle.dbtools.plugin.api.di Ajavax.inject
compatible Dependency Injection (D.I.) framework. -
-
Uses of Instances.QualifiedInstance in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return types with arguments of type Instances.QualifiedInstance Modifier and Type Method Description <T> java.util.List<Instances.QualifiedInstance<T>>
Instances. qualifiedInstances(java.lang.Class<T> type)
ProvideInstances.QualifiedInstance
for each instance of the specified type
-