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