EzHookTool
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
EzHookTool
hook-xposed-101
/
io.github.lingqiqi5211.ezhooktool.xposed.dsl
/
findFirstFieldByExactType
find
First
Field
By
Exact
Type
fun
Class
<
*
>
.
findFirstFieldByExactType
(
type
:
Class
<
*
>
,
findSuper
:
Boolean
?
=
null
)
:
Field
按精确字段类型查找第一个字段。
Parameters
type
字段类型
find
Super
null
为智能查找,
false
只查当前类,
true
查当前类和全部父类