Uses of Class
io.helidon.builder.codegen.OptionInfo.BuilderBase
Packages that use OptionInfo.BuilderBase
-
Uses of OptionInfo.BuilderBase in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionInfo.BuilderBaseModifier and TypeClassDescriptionstatic classOptionInfo.BuilderBase<BUILDER extends OptionInfo.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionInfo> Fluent API builder base forOptionInfo.Subclasses of OptionInfo.BuilderBase in io.helidon.builder.codegenMethods in io.helidon.builder.codegen with parameters of type OptionInfo.BuilderBaseModifier and TypeMethodDescriptionOptionInfo.BuilderBase.from(OptionInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.builder.codegen with parameters of type OptionInfo.BuilderBaseModifierConstructorDescriptionprotectedOptionInfoImpl(OptionInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.