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