class Value
Represent a value object with some properties. You can obtain one from one of the ValueCreator methods.
val constructionSource: ConstructionSource
Information on how to construct the value object. |
|
val element: TypeElement
The target element. |
|
val properties: Properties
The properties of the value object. |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |