Uses of Class
org.tquadrat.foundation.javacomposer.internal.InterfaceSpecImpl.BuilderImpl
Packages that use InterfaceSpecImpl.BuilderImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of InterfaceSpecImpl.BuilderImpl in org.tquadrat.foundation.javacomposer.internal
Methods in org.tquadrat.foundation.javacomposer.internal that return InterfaceSpecImpl.BuilderImplModifier and TypeMethodDescriptionInterfaceSpecImpl.BuilderImpl.addAttribute
(FieldSpec fieldSpec, boolean readOnly) Adds an attribute to this type.Adds a field to this type.InterfaceSpecImpl.BuilderImpl.addInitializerBlock
(CodeBlock block) Adds code to the initializer block.InterfaceSpecImpl.BuilderImpl.addMethod
(MethodSpec methodSpec) Adds a method for the type.InterfaceSpecImpl.BuilderImpl.superclass
(TypeName superclass) Sets the superclass for the type.InterfaceSpecImpl.toBuilder()
Returns a new builder that is initialised with thisTypeSpec
instance.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type InterfaceSpecImpl.BuilderImplModifierConstructorDescriptionCreates a newInterfaceSpecImpl
instance.