Uses of Class
io.helidon.inject.api.ElementInfo.BuilderBase
Packages that use ElementInfo.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 ElementInfo.BuilderBase in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type ElementInfo.BuilderBaseModifier and TypeClassDescriptionstatic classElementInfo.BuilderBase<BUILDER extends ElementInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ElementInfo> Fluent API builder base forElementInfo.Subclasses of ElementInfo.BuilderBase in io.helidon.inject.apiModifier and TypeClassDescriptionstatic classFluent API builder forElementInfo.static classFluent API builder forInjectionPointInfo.static classInjectionPointInfo.BuilderBase<BUILDER extends InjectionPointInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InjectionPointInfo> Fluent API builder base forInjectionPointInfo.Methods in io.helidon.inject.api with parameters of type ElementInfo.BuilderBaseModifier and TypeMethodDescriptionElementInfo.BuilderBase.from(ElementInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.inject.api with parameters of type ElementInfo.BuilderBaseModifierConstructorDescriptionprotectedElementInfoImpl(ElementInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.