-Static

object -Static

Functions

Link copied to clipboard
fun getField(sig: String, clzLoader: ClassLoader? = null): Field

Get field by signature or throw exception

Link copied to clipboard
fun getFieldOrNull(sig: String, clzLoader: ClassLoader? = null): Field?

Get field by signature or null if not found

Link copied to clipboard
fun getMethod(sig: String, clzLoader: ClassLoader? = null): Method

Get method by signature or throw exception

Link copied to clipboard
fun getMethodOrNull(sig: String, clzLoader: ClassLoader? = null): Method?

Get method by signature or null if not found

Link copied to clipboard

Get field signature.

Get method signature.