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