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 |
---|---|
TypeQualifier.MatchingMode |
TypeQualifier.matchingMode()
Indicates how types are matched
|
static TypeQualifier.MatchingMode |
TypeQualifier.MatchingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeQualifier.MatchingMode[] |
TypeQualifier.MatchingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeQualifier.Builder<T> |
TypeQualifier.Builder.matchingMode(TypeQualifier.MatchingMode matchingMode)
Configure how the type of the service is matched
|