get

fun get(arguments: ArgumentsBuilder): Any?(source)

Get the value of a property by calling its getter.

Throws

if invocation fails


fun get(arguments: ArgumentList): Any?(source)

Gets the value of a property by calling its getter.

Throws

if invocation fails