Uses of Class
io.helidon.codegen.classmodel.Field.Builder
Packages that use Field.Builder
-
Uses of Field.Builder in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return Field.BuilderModifier and TypeMethodDescriptionField.Builder.accessModifier(AccessModifier accessModifier) Field.Builder.addContent(TypeName typeName) Field.Builder.addContent(String line) Field.Builder.addTypeToContent(String typeName) static Field.BuilderField.builder()Create newField.Builderinstance.Field.Builder.clearContent()Field.Builder.decreaseContentPadding()Field.Builder.defaultValue(String defaultValue) Set default value this field should be initialized with, wrapping the value in double quotes if the field type is String.Field.Builder.defaultValueContent(String defaultValue) Configure a default value for this field as a string that will be copied verbatim to the generated sources.Field.Builder.increaseContentPadding()Field.Builder.isFinal(boolean isFinal) Whether this field is final.Field.Builder.isStatic(boolean isStatic) Whether this field is static.Field.Builder.padContent()Field.Builder.padContent(int repetition) Methods in io.helidon.codegen.classmodel with parameters of type Field.BuilderModifier and TypeMethodDescriptionClassBase.Builder.addField(Field.Builder builder) Add new field to the type.Method parameters in io.helidon.codegen.classmodel with type arguments of type Field.BuilderModifier and TypeMethodDescriptionClassBase.Builder.addField(Consumer<Field.Builder> consumer) Add new field to the type.