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