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