Uses of Class
io.helidon.codegen.ModuleInfo.BuilderBase
Packages that use ModuleInfo.BuilderBase
-
Uses of ModuleInfo.BuilderBase in io.helidon.codegen
Classes in io.helidon.codegen with type parameters of type ModuleInfo.BuilderBaseModifier and TypeClassDescriptionstatic class
ModuleInfo.BuilderBase<BUILDER extends ModuleInfo.BuilderBase<BUILDER>>
Fluent API builder base forModuleInfo
.Subclasses of ModuleInfo.BuilderBase in io.helidon.codegenMethods in io.helidon.codegen with parameters of type ModuleInfo.BuilderBaseModifier and TypeMethodDescriptionModuleInfo.BuilderBase.from
(ModuleInfo.BuilderBase<?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.codegen with parameters of type ModuleInfo.BuilderBaseModifierConstructorDescriptionprotected
ModuleInfoImpl
(ModuleInfo.BuilderBase<?> builder) Create an instance providing a builder.