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.reflectpackage 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.KindTypeDependency. kind()Characterizes how the dependency is injectedstatic TypeDependency.KindTypeDependency.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 TypeDependencyTypeDependency. from(TypeDependency.Kind kind, TypeQualifier<?> service)Produce aTypeDependencyinstance
-