Uses of Interface
io.helidon.pico.api.DependencyInfo
Packages that use DependencyInfo
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 DependencyInfo in io.helidon.pico.api
Methods in io.helidon.pico.api that return types with arguments of type DependencyInfoModifier and TypeMethodDescriptiondefault Set<DependencyInfo>DependenciesInfo.allDependencies()Represents a flattened set of all dependencies.default List<DependencyInfo>DependenciesInfo.allDependenciesFor(String elemName) Represents the list of all dependencies for a given injection point element name ordered by the element position.static Comparator<DependencyInfo>DependenciesInfo.comparator()Provides a comparator appropriate forDependencyInfo.DependenciesInfo.serviceInfoDependencies()Represents the set of dependencies for eachServiceInfo.Methods in io.helidon.pico.api with parameters of type DependencyInfoModifier and TypeMethodDescriptionintDependenciesInfo.Comparator.compare(DependencyInfo o1, DependencyInfo o2) -
Uses of DependencyInfo in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime that return types with arguments of type DependencyInfoModifier and TypeMethodDescriptionDependencies.BuilderContinuation.commitLastDependency()Commits the last dependency item to complete the last builder continuation.