setStaticObject

fun setStaticObject(clazz: Class<*>, fieldName: String, value: Any?)

Set the static object

Parameters

clazz

class

fieldName

field name

value

field value

Throws

if the field is not found