Uses of Interface
io.helidon.builder.codegen.OptionAllowedValue
Packages that use OptionAllowedValue
-
Uses of OptionAllowedValue in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionAllowedValueModifier and TypeClassDescriptionstatic classOptionAllowedValue.BuilderBase<BUILDER extends OptionAllowedValue.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionAllowedValue> Fluent API builder base forOptionAllowedValue.Classes in io.helidon.builder.codegen that implement OptionAllowedValueModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return OptionAllowedValueModifier and TypeMethodDescriptionOptionAllowedValue.Builder.build()OptionAllowedValue.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type OptionAllowedValueModifier and TypeMethodDescriptionOptionInfo.allowedValues()List of allowed values for this option.OptionInfo.BuilderBase.allowedValues()List of allowed values for this option.OptionInfo.BuilderBase.OptionInfoImpl.allowedValues()Methods in io.helidon.builder.codegen with parameters of type OptionAllowedValueModifier and TypeMethodDescriptionOptionInfo.BuilderBase.addAllowedValue(OptionAllowedValue allowedValue) List of allowed values for this option.static OptionAllowedValue.BuilderOptionAllowedValue.builder(OptionAllowedValue instance) Create a new fluent API builder from an existing instance.OptionAllowedValue.BuilderBase.from(OptionAllowedValue prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.builder.codegen with type arguments of type OptionAllowedValueModifier and TypeMethodDescriptionOptionInfo.BuilderBase.addAllowedValues(List<? extends OptionAllowedValue> allowedValues) List of allowed values for this option.OptionInfo.BuilderBase.allowedValues(List<? extends OptionAllowedValue> allowedValues) List of allowed values for this option.