Uses of Interface
org.tquadrat.foundation.javacomposer.FieldSpec.Builder
Packages that use FieldSpec.Builder
Package
Description
JavaComposer is a Java toolkit for the generation of Java source
code.
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of FieldSpec.Builder in org.tquadrat.foundation.javacomposer
Methods in org.tquadrat.foundation.javacomposer that return FieldSpec.BuilderModifier and TypeMethodDescriptionFieldSpec.Builder.addAnnotation
(Class<?> annotation) Adds an annotation for the field.FieldSpec.Builder.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the field.FieldSpec.Builder.addAnnotation
(ClassName annotation) Adds an annotation for the field.FieldSpec.Builder.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the field.FieldSpec.Builder.addJavadoc
(String format, Object... args) Adds a Javadoc comment for the field.FieldSpec.Builder.addJavadoc
(CodeBlock block) Adds a Javadoc comment for the field.FieldSpec.Builder.addModifiers
(Modifier... modifiers) Adds modifiers for the field.final FieldSpec.Builder
JavaComposer.fieldBuilder
(Type type, CharSequence name, Modifier... modifiers) Creates a builder for an instance ofFieldSpec
from the given type, name and modifiers.final FieldSpec.Builder
JavaComposer.fieldBuilder
(TypeName type, CharSequence name, Modifier... modifiers) Creates a builder for an instance ofFieldSpec
from the given type, name and modifiers.final FieldSpec.Builder
JavaComposer.fieldBuilder
(TypeSpec type, CharSequence name, Modifier... modifiers) Creates a builder for an instance ofFieldSpec
from the given type, name and modifiers.FieldSpec.Builder.initializer
(String format, Object... args) Sets the initializer for the field.FieldSpec.Builder.initializer
(CodeBlock codeBlock) Sets the initializer for the field.FieldSpec.toBuilder()
Returns a builder that is already initialised with the components that built this field. -
Uses of FieldSpec.Builder in org.tquadrat.foundation.javacomposer.internal
Classes in org.tquadrat.foundation.javacomposer.internal that implement FieldSpec.Builder