getFieldInstance

fun getFieldInstance(classLoader: ClassLoader, isStatic: Boolean? = null): Field

Get field's Field from ClassLoader

----------------

ClassLoader 获取字段对应的 Field

Return

Field

Parameters

classLoader

class loader / 类加载器

isStatic

If null, native auto check / 如果为 null,native 自动判断