Uses of Enum Class
build.codemodel.dependency.injection.BindingKind
-
Uses of BindingKind in build.codemodel.dependency.injection
Subclasses with type arguments of type BindingKind in build.codemodel.dependency.injectionMethods in build.codemodel.dependency.injection that return BindingKindModifier and TypeMethodDescriptionBindingNode.kind()Returns the value of thekindrecord component.static BindingKindReturns the enum constant of this class with the specified name.static BindingKind[]BindingKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in build.codemodel.dependency.injection with parameters of type BindingKindModifierConstructorDescriptionBindingNode(build.codemodel.jdk.descriptor.JDKTypeDescriptor typeDescriptor, Class<? extends Annotation> scope, Class<? extends Module> declaringModule, BindingKind kind) Creates an instance of aBindingNoderecord class.