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