Uses of Class
io.helidon.inject.api.DependencyInfo.BuilderBase
Packages that use DependencyInfo.BuilderBase
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 DependencyInfo.BuilderBase in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type DependencyInfo.BuilderBaseModifier and TypeClassDescriptionstatic classDependencyInfo.BuilderBase<BUILDER extends DependencyInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DependencyInfo> Fluent API builder base forDependencyInfo.Subclasses of DependencyInfo.BuilderBase in io.helidon.inject.apiMethods in io.helidon.inject.api with parameters of type DependencyInfo.BuilderBaseModifier and TypeMethodDescriptionDependencyInfo.BuilderBase.from(DependencyInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.inject.api with parameters of type DependencyInfo.BuilderBaseModifierConstructorDescriptionprotectedDependencyInfoImpl(DependencyInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.