Uses of Interface
oracle.dbtools.plugin.api.di.InstanceLocator
-
Packages that use InstanceLocator Package Description oracle.dbtools.plugin.api.di Ajavax.injectcompatible Dependency Injection (D.I.) framework.oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflectpackage to aid dependency resolution and injection. -
- <section role="region">
Uses of InstanceLocator in oracle.dbtools.plugin.api.di
Classes in oracle.dbtools.plugin.api.di that implement InstanceLocator Modifier and Type Class Description classInstancesLocates concrete instances of typesstatic classInstances.BuilderBuildInstancesinstancesMethods in oracle.dbtools.plugin.api.di that return InstanceLocator Modifier and Type Method Description static InstanceLocatorInstanceLocator. empty()RetrieveInstanceLocatorimplementation that never produces any matches
</section>Methods in oracle.dbtools.plugin.api.di with parameters of type InstanceLocator Modifier and Type Method Description static <T> DeferredInstanceProvider<T>DeferredInstanceProvider. from(TypeQualifier<T> service, InstanceLocator locator)Instantiate aDeferredInstanceProvider - <section role="region">
Uses of InstanceLocator in oracle.dbtools.plugin.api.types
</section>Methods in oracle.dbtools.plugin.api.types with parameters of type InstanceLocator Modifier and Type Method Description abstract TTypeInstantiator. load(InstanceLocator locator)Instantiate the instance of TTypeProvider<T>TypeReflection. using(InstanceLocator locator)Generates aTypeProviderfor this type, using the specifiedInstanceLocatorto resolve dependencies of the type
- <section role="region">