doc / ch.tutteli.atrium.domain.creating.any.typetransformation / AnyTypeTransformation / ParameterObject / representation
representation
val representation: Any
The representation of the expected result, e.g. Int::class
in case of a down cast
from Number to Int.