Uses of Class
oracle.dbtools.plugin.api.types.TypeDependency.Kind
-
Packages that use TypeDependency.Kind Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
-
Uses of TypeDependency.Kind in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return TypeDependency.Kind Modifier and Type Method Description TypeDependency.Kind
TypeDependency. kind()
Characterizes how the dependency is injectedstatic TypeDependency.Kind
TypeDependency.Kind. valueOf(java.lang.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.Methods in oracle.dbtools.plugin.api.types with parameters of type TypeDependency.Kind Modifier and Type Method Description static TypeDependency
TypeDependency. from(TypeDependency.Kind kind, TypeQualifier<?> service)
Produce aTypeDependency
instance
-