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 |
---|---|
static TypeDependencyNotAvailableException |
TypeDependencyNotAvailableException.from(TypeQualifier<?> type)
Produce a
TypeDependencyNotAvailableException instance for the
specified TypeQualifier |
static TypeDependencyNotAvailableException |
TypeDependencyNotAvailableException.from(TypeQualifier<?> type,
Throwable cause)
Produce a
TypeDependencyNotAvailableException instance for the
specified TypeQualifier |
protected TypeDependencyNotAvailableException |
TypeInstantiator.notAvailable(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract T |
TypeInstantiator.load(InstanceLocator locator)
Instantiate the instance of T
|