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