Package-level declarations
Functions
Link copied to clipboard
Gets variable as defined in methodClass on instance through JVM reflection.
Link copied to clipboard
fun invokeReflective(instance: Any, methodClass: Class<*>, method: String, vararg arguments: Any): Any?
Invokes method as defined in methodClass on instance with arguments through JVM reflection.
Link copied to clipboard
Sets variable to value as defined in methodClass on instance through JVM reflection.