Uses of Enum Class
io.helidon.inject.api.ElementKind
Packages that use ElementKind
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection runtime services.
-
Uses of ElementKind in io.helidon.inject.api
Methods in io.helidon.inject.api that return ElementKindModifier and TypeMethodDescriptionstatic ElementKind
Returns the enum constant of this class with the specified name.static ElementKind[]
ElementKind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ElementKind in io.helidon.inject.runtime
Methods in io.helidon.inject.runtime with parameters of type ElementKindModifier and TypeMethodDescriptionDependencies.BuilderContinuation.add
(TypeName serviceTypeName, String elemName, TypeName elemTypeName, ElementKind kind, int elemArgs, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(Class<?> serviceType, String elemName, Class<?> elemType, ElementKind kind, int elemArgs, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(Class<?> serviceType, String elemName, Class<?> elemType, ElementKind kind, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(String elemName, Class<?> elemType, ElementKind kind, int elemArgs, AccessModifier access) Adds a new dependency item.Dependencies.BuilderContinuation.add
(String elemName, Class<?> elemType, ElementKind kind, AccessModifier access) Adds a new dependency item.