value-processor / me.tatarka.valueprocessor / Value

Value

class Value

Represent a value object with some properties. You can obtain one from one of the ValueCreator methods.

Properties

constructionSource

val constructionSource: ConstructionSource

Information on how to construct the value object.

element

val element: TypeElement

The target element.

properties

val properties: Properties

The properties of the value object.

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String