Uses of Class
io.helidon.builder.codegen.OptionAllowedValue.Builder
Packages that use OptionAllowedValue.Builder
-
Uses of OptionAllowedValue.Builder in io.helidon.builder.codegen
Methods in io.helidon.builder.codegen that return OptionAllowedValue.BuilderModifier and TypeMethodDescriptionstatic OptionAllowedValue.BuilderOptionAllowedValue.builder()Create a new fluent API builder to customize configuration.static OptionAllowedValue.BuilderOptionAllowedValue.builder(OptionAllowedValue instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.builder.codegen with type arguments of type OptionAllowedValue.BuilderModifier and TypeMethodDescriptionOptionInfo.BuilderBase.addAllowedValue(Consumer<OptionAllowedValue.Builder> consumer) List of allowed values for this option.