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