Uses of Interface
io.helidon.builder.codegen.OptionSingular
Packages that use OptionSingular
-
Uses of OptionSingular in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionSingularModifier and TypeClassDescriptionstatic classOptionSingular.BuilderBase<BUILDER extends OptionSingular.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionSingular> Fluent API builder base forOptionSingular.Classes in io.helidon.builder.codegen that implement OptionSingularModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return OptionSingularModifier and TypeMethodDescriptionOptionSingular.Builder.build()OptionSingular.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type OptionSingularModifier and TypeMethodDescriptionOptionInfo.BuilderBase.OptionInfoImpl.singular()OptionInfo.BuilderBase.singular()Singular option details.OptionInfo.singular()Singular option details.Methods in io.helidon.builder.codegen with parameters of type OptionSingularModifier and TypeMethodDescriptionstatic OptionSingular.BuilderOptionSingular.builder(OptionSingular instance) Create a new fluent API builder from an existing instance.OptionSingular.BuilderBase.from(OptionSingular prototype) Update this builder from an existing prototype instance.OptionInfo.BuilderBase.singular(OptionSingular singular) Singular option details.Method parameters in io.helidon.builder.codegen with type arguments of type OptionSingularModifier and TypeMethodDescriptionOptionInfo.BuilderBase.singular(Supplier<? extends OptionSingular> supplier) Singular option details.