Package | Description |
---|---|
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 |
---|---|
TypeDependency.Kind |
TypeDependency.kind()
Characterizes how the dependency is injected
|
static TypeDependency.Kind |
TypeDependency.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDependency.Kind[] |
TypeDependency.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TypeDependency |
TypeDependency.from(TypeDependency.Kind kind,
TypeQualifier<?> service)
Produce a
TypeDependency instance |