| Package | Description |
|---|---|
| oracle.dbtools.plugin.api.di |
A
javax.inject compatible Dependency Injection (D.I.) framework. |
| oracle.dbtools.plugin.api.types |
Provides a layer atop
java.lang.reflect package to aid dependency resolution and injection. |
| Modifier and Type | Method and Description |
|---|---|
Instances |
Instances.Builder.build()
Build the
Instances instance |
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and Description |
|---|---|
Instances |
TypeReflections.singletons()
Provides access to singleton fields annotated with
Provides |