class BuilderConstructor : Builder
val buildMethod: ExecutableElement |
|
val builderClass: TypeElement |
|
val constructionElement: ExecutableElement
The executable element to construct the Value. This may be a constructor, factory method, or builder. |
|
val constructor: ExecutableElement |
|
val isConstructor: Boolean
If this source is a constructor (either of the value or the builder). |
|
val targetClass: TypeElement
The target Value class to construct. |
|
val types: Types |
open val isBuilder: Boolean
If this source is a builder. |