Uses of Interface
io.helidon.builder.codegen.OptionBuilder
Packages that use OptionBuilder
-
Uses of OptionBuilder in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionBuilderModifier and TypeClassDescriptionstatic classOptionBuilder.BuilderBase<BUILDER extends OptionBuilder.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionBuilder> Fluent API builder base forOptionBuilder.Classes in io.helidon.builder.codegen that implement OptionBuilderModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return OptionBuilderModifier and TypeMethodDescriptionOptionBuilder.Builder.build()OptionBuilder.Builder.buildPrototype()RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl.optionBuilder()RuntimeTypeInfo.optionBuilder()Builder information associated with this factory method.Methods in io.helidon.builder.codegen that return types with arguments of type OptionBuilderModifier and TypeMethodDescriptionOptionInfo.BuilderBase.builderInfo()If the option has a builder, return its information.OptionInfo.BuilderBase.OptionInfoImpl.builderInfo()OptionInfo.builderInfo()If the option has a builder, return its information.RuntimeTypeInfo.BuilderBase.optionBuilder()Builder information associated with this factory method.Methods in io.helidon.builder.codegen with parameters of type OptionBuilderModifier and TypeMethodDescriptionstatic OptionBuilder.BuilderOptionBuilder.builder(OptionBuilder instance) Create a new fluent API builder from an existing instance.OptionInfo.BuilderBase.builderInfo(OptionBuilder builderInfo) If the option has a builder, return its information.OptionBuilder.BuilderBase.from(OptionBuilder prototype) Update this builder from an existing prototype instance.RuntimeTypeInfo.BuilderBase.optionBuilder(OptionBuilder optionBuilder) Builder information associated with this factory method.Method parameters in io.helidon.builder.codegen with type arguments of type OptionBuilderModifier and TypeMethodDescriptionOptionInfo.BuilderBase.builderInfo(Supplier<? extends OptionBuilder> supplier) If the option has a builder, return its information.RuntimeTypeInfo.BuilderBase.optionBuilder(Supplier<? extends OptionBuilder> supplier) Builder information associated with this factory method.