Uses of Interface
io.helidon.builder.codegen.OptionConfigured
Packages that use OptionConfigured
-
Uses of OptionConfigured in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionConfiguredModifier and TypeClassDescriptionstatic classOptionConfigured.BuilderBase<BUILDER extends OptionConfigured.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionConfigured> Fluent API builder base forOptionConfigured.Classes in io.helidon.builder.codegen that implement OptionConfiguredModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return OptionConfiguredModifier and TypeMethodDescriptionOptionConfigured.Builder.build()OptionConfigured.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type OptionConfiguredModifier and TypeMethodDescriptionOptionInfo.BuilderBase.configured()Details about configurability of this option.OptionInfo.BuilderBase.OptionInfoImpl.configured()OptionInfo.configured()Details about configurability of this option.Methods in io.helidon.builder.codegen with parameters of type OptionConfiguredModifier and TypeMethodDescriptionstatic OptionConfigured.BuilderOptionConfigured.builder(OptionConfigured instance) Create a new fluent API builder from an existing instance.OptionInfo.BuilderBase.configured(OptionConfigured configured) Details about configurability of this option.OptionConfigured.BuilderBase.from(OptionConfigured prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.builder.codegen with type arguments of type OptionConfiguredModifier and TypeMethodDescriptionOptionInfo.BuilderBase.configured(Supplier<? extends OptionConfigured> supplier) Details about configurability of this option.