Uses of Class
io.helidon.builder.codegen.OptionDeprecation.BuilderBase
Packages that use OptionDeprecation.BuilderBase
-
Uses of OptionDeprecation.BuilderBase in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type OptionDeprecation.BuilderBaseModifier and TypeClassDescriptionstatic classOptionDeprecation.BuilderBase<BUILDER extends OptionDeprecation.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OptionDeprecation> Fluent API builder base forOptionDeprecation.Subclasses of OptionDeprecation.BuilderBase in io.helidon.builder.codegenMethods in io.helidon.builder.codegen with parameters of type OptionDeprecation.BuilderBaseModifier and TypeMethodDescriptionOptionDeprecation.BuilderBase.from(OptionDeprecation.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.builder.codegen with parameters of type OptionDeprecation.BuilderBaseModifierConstructorDescriptionprotectedOptionDeprecationImpl(OptionDeprecation.BuilderBase<?, ?> builder) Create an instance providing a builder.