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