Uses of Class
oracle.dbtools.plugin.api.di.Instances
-
Packages that use Instances Package Description oracle.dbtools.plugin.api.di Ajavax.inject
compatible Dependency Injection (D.I.) framework.oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
- <section role="region">
Uses of Instances in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return Instances Modifier and Type Method Description Instances
Instances.Builder. build()
Build theInstances
instanceMethods in oracle.dbtools.plugin.api.di with parameters of type Instances Modifier and Type Method Description Instances.Builder
Instances.Builder. merge(Instances other, boolean overwrite)
Merge the specified set of instances into this set, overwriting any existing instances with the specified values - <section role="region">
Uses of Instances in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return Instances Modifier and Type Method Description Instances
TypeReflections. singletons()
Provides access to singleton fields annotated withProvides
- <section role="region">