Uses of Interface
io.helidon.inject.api.InternalBootstrap
Packages that use InternalBootstrap
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 in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type InternalBootstrapModifier and TypeClassDescriptionstatic classInternalBootstrap.BuilderBase<BUILDER extends InternalBootstrap.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InternalBootstrap> Fluent API builder base forInternalBootstrap.Classes in io.helidon.inject.api that implement InternalBootstrapModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return InternalBootstrapModifier and TypeMethodDescriptionInternalBootstrap.Builder.build()InternalBootstrap.Builder.buildPrototype()static InternalBootstrapInternalBootstrap.create()Create a new instance with default values.Methods in io.helidon.inject.api with parameters of type InternalBootstrapModifier and TypeMethodDescriptionstatic InternalBootstrap.BuilderInternalBootstrap.builder(InternalBootstrap instance) Create a new fluent API builder from an existing instance.InternalBootstrap.BuilderBase.from(InternalBootstrap prototype) Update this builder from an existing prototype instance.