Uses of Enum Class
io.helidon.service.registry.DependencyCardinality
Packages that use DependencyCardinality
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader
).-
Uses of DependencyCardinality in io.helidon.service.registry
Methods in io.helidon.service.registry that return DependencyCardinalityModifier and TypeMethodDescriptionDependency.BuilderBase.cardinality()
Cardinality of this dependency.Dependency.BuilderBase.DependencyImpl.cardinality()
static DependencyCardinality
Returns the enum constant of this class with the specified name.static DependencyCardinality[]
DependencyCardinality.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.service.registry with parameters of type DependencyCardinalityModifier and TypeMethodDescriptionDependency.BuilderBase.cardinality
(DependencyCardinality cardinality) Cardinality of this dependency.