Uses of Enum Class
oracle.dbtools.plugin.api.types.TypeDependency.Kind
Packages that use TypeDependency.Kind
Package
Description
Provides a layer atop
java.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.KindModifier and TypeMethodDescriptionTypeDependency.kind()Characterizes how the dependency is injectedstatic TypeDependency.KindReturns the enum constant of this class with the specified name.static TypeDependency.Kind[]TypeDependency.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.dbtools.plugin.api.types with parameters of type TypeDependency.KindModifier and TypeMethodDescriptionstatic TypeDependencyTypeDependency.from(TypeDependency.Kind kind, TypeQualifier<?> service) Produce aTypeDependencyinstance