Uses of Class
org.tquadrat.foundation.javacomposer.internal.FieldSpecImpl.BuilderImpl
Packages that use FieldSpecImpl.BuilderImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of FieldSpecImpl.BuilderImpl in org.tquadrat.foundation.javacomposer.internal
Methods in org.tquadrat.foundation.javacomposer.internal that return FieldSpecImpl.BuilderImplModifier and TypeMethodDescriptionFieldSpecImpl.BuilderImpl.addAnnotation
(Class<?> annotation) Adds an annotation for the field.FieldSpecImpl.BuilderImpl.addAnnotation
(AnnotationSpec annotationSpec) Adds an annotation for the field.FieldSpecImpl.BuilderImpl.addAnnotation
(ClassName annotation) Adds an annotation for the field.FieldSpecImpl.BuilderImpl.addAnnotations
(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the field.FieldSpecImpl.BuilderImpl.addJavadoc
(String format, Object... args) Adds a Javadoc comment for the field.FieldSpecImpl.BuilderImpl.addJavadoc
(CodeBlock block) Adds a Javadoc comment for the field.FieldSpecImpl.BuilderImpl.addModifiers
(Modifier... modifiers) Adds modifiers for the field.static final FieldSpecImpl.BuilderImpl
FieldSpecImpl.builder
(Type type, CharSequence name, Modifier... modifiers) Deprecated, for removal: This API element is subject to removal in a future version.static final FieldSpecImpl.BuilderImpl
FieldSpecImpl.builder
(TypeName type, CharSequence name, Modifier... modifiers) Deprecated, for removal: This API element is subject to removal in a future version.Got obsolete with the introduction ofJavaComposer
.static FieldSpecImpl.BuilderImpl
FieldSpecImpl.builder
(TypeSpec type, CharSequence name, Modifier... modifiers) Deprecated, for removal: This API element is subject to removal in a future version.Got obsolete with the introduction ofJavaComposer
.FieldSpecImpl.BuilderImpl.initializer
(String format, Object... args) Sets the initializer for the field.FieldSpecImpl.BuilderImpl.initializer
(CodeBlock codeBlock) Sets the initializer for the field.FieldSpecImpl.toBuilder()
Returns a builder that is already initialised with the components that built this field.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type FieldSpecImpl.BuilderImplModifierConstructorDescriptionFieldSpecImpl
(FieldSpecImpl.BuilderImpl builder) Creates a newFieldSpecImpl
instance.
JavaComposer
.