Uses of Interface
io.helidon.inject.api.DependenciesInfo
Packages that use DependenciesInfo
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
-
Uses of DependenciesInfo in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type DependenciesInfoModifier and TypeClassDescriptionstatic classDependenciesInfo.BuilderBase<BUILDER extends DependenciesInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DependenciesInfo> Fluent API builder base forDependenciesInfo.Classes in io.helidon.inject.api that implement DependenciesInfoModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return DependenciesInfoModifier and TypeMethodDescriptionDependenciesInfo.Builder.build()DependenciesInfo.Builder.buildPrototype()static DependenciesInfoDependenciesInfo.create()Create a new instance with default values.ServiceProvider.dependencies()Provides the dependencies for this service provider if known, or null if not known or not available.Methods in io.helidon.inject.api with parameters of type DependenciesInfoModifier and TypeMethodDescriptionstatic DependenciesInfo.BuilderDependenciesInfo.builder(DependenciesInfo instance) Create a new fluent API builder from an existing instance.DependenciesInfo.BuilderBase.from(DependenciesInfo prototype) Update this builder from an existing prototype instance.