class Constructor : ConstructionSource
A Value constructor.
val constructionElement: ExecutableElement
The executable element to construct the Value. This may be a constructor, factory method, or builder. |
|
val constructor: ExecutableElement
A Value constructor element. |
|
val isBuilder: Boolean
If this source is a builder. |
|
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. |
fun findBuildMethod(builderClass: TypeElement): ExecutableElement? |