Uses of Class
io.helidon.common.types.ModuleInfoOpens.BuilderBase
Packages that use ModuleInfoOpens.BuilderBase
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ModuleInfoOpens.BuilderBase in io.helidon.common.types
Classes in io.helidon.common.types with type parameters of type ModuleInfoOpens.BuilderBaseModifier and TypeClassDescriptionstatic classModuleInfoOpens.BuilderBase<BUILDER extends ModuleInfoOpens.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ModuleInfoOpens> Fluent API builder base forModuleInfoOpens.Subclasses of ModuleInfoOpens.BuilderBase in io.helidon.common.typesMethods in io.helidon.common.types with parameters of type ModuleInfoOpens.BuilderBaseModifier and TypeMethodDescriptionModuleInfoOpens.BuilderBase.from(ModuleInfoOpens.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.types with parameters of type ModuleInfoOpens.BuilderBaseModifierConstructorDescriptionprotectedModuleInfoOpensImpl(ModuleInfoOpens.BuilderBase<?, ?> builder) Create an instance providing a builder.