Uses of Class
oracle.dbtools.plugin.api.types.TypeQualifier.MatchingMode
-
Packages that use TypeQualifier.MatchingMode Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
-
Uses of TypeQualifier.MatchingMode in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return TypeQualifier.MatchingMode Modifier and Type Method Description TypeQualifier.MatchingMode
TypeQualifier. matchingMode()
Indicates how types are matchedstatic TypeQualifier.MatchingMode
TypeQualifier.MatchingMode. valueOf(java.lang.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.Methods in oracle.dbtools.plugin.api.types with parameters of type TypeQualifier.MatchingMode Modifier and Type Method Description TypeQualifier.Builder<T>
TypeQualifier.Builder. matchingMode(TypeQualifier.MatchingMode matchingMode)
Configure how the type of the service is matched
-