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