Uses of Class
org.tquadrat.foundation.javacomposer.internal.ParameterSpecImpl.BuilderImpl
Packages that use ParameterSpecImpl.BuilderImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer.-
Uses of ParameterSpecImpl.BuilderImpl in org.tquadrat.foundation.javacomposer.internal
Methods in org.tquadrat.foundation.javacomposer.internal that return ParameterSpecImpl.BuilderImplModifier and TypeMethodDescriptionParameterSpecImpl.BuilderImpl.addAnnotation(Class<?> annotation) Adds an annotation for the parameter.ParameterSpecImpl.BuilderImpl.addAnnotation(AnnotationSpec annotationSpec) Adds an annotation for the parameter.ParameterSpecImpl.BuilderImpl.addAnnotation(ClassName annotationClassName) Adds an annotation for the parameter.ParameterSpecImpl.BuilderImpl.addAnnotations(Iterable<AnnotationSpec> annotationSpecs) Adds annotations for the parameter.ParameterSpecImpl.BuilderImpl.addJavadoc(String format, Object... args) Adds text to the Javadoc for the parameter.ParameterSpecImpl.BuilderImpl.addJavadoc(CodeBlock block) Adds text to the JavaDoc for the parameter.ParameterSpecImpl.BuilderImpl.addModifiers(Iterable<Modifier> modifiers) Adds modifiers for the parameter.ParameterSpecImpl.BuilderImpl.addModifiers(Modifier... modifiers) Adds modifiers for the parameter.ParameterSpecImpl.toBuilder()Returns a builder that is initialised with the components of this parameter.ParameterSpecImpl.toBuilder(TypeName type, CharSequence name, boolean keepJavadoc) Returns a builder for a parameter with the given type and name, and that is initialised with the components of this parameter.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type ParameterSpecImpl.BuilderImplModifierConstructorDescriptionCreates a newParameterSpecImplinstance.
