Uses of Class
io.helidon.builder.codegen.GeneratedMethod.Builder
Packages that use GeneratedMethod.Builder
-
Uses of GeneratedMethod.Builder in io.helidon.builder.codegen
Methods in io.helidon.builder.codegen that return GeneratedMethod.BuilderModifier and TypeMethodDescriptionstatic GeneratedMethod.BuilderGeneratedMethod.builder()Create a new fluent API builder to customize configuration.static GeneratedMethod.BuilderGeneratedMethod.builder(GeneratedMethod instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.builder.codegen with type arguments of type GeneratedMethod.BuilderModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addBuilderMethod(Consumer<GeneratedMethod.Builder> consumer) Additional methods to be added to the prototype builder base.PrototypeInfo.BuilderBase.addPrototypeFactory(Consumer<GeneratedMethod.Builder> consumer) Static factory methods to be added to the prototype.PrototypeInfo.BuilderBase.addPrototypeMethod(Consumer<GeneratedMethod.Builder> consumer) Additional methods to be added to the prototype as default methods.