Uses of Class
io.spring.initializr.generator.language.Parameter.Builder
Packages that use Parameter.Builder
-
Uses of Parameter.Builder in io.spring.initializr.generator.language
Methods in io.spring.initializr.generator.language that return Parameter.BuilderModifier and TypeMethodDescriptionAnnotate the parameter with the specified annotation.Parameter.Builder.annotate
(ClassName className, Consumer<Annotation.Builder> annotation) Annotate the parameter with the specified annotation, customized by the specified consumer.static Parameter.Builder
Initialize a builder for a parameter with the specified name.Specify thetype
of the parameter.Specify thetype
of the parameter.Specify the type of the parameter.