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