EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
FieldCondition
Field
Condition
typealias
FieldCondition
=
Field
.
(
)
->
Boolean
字段查找条件。以 Field 为 receiver。
findField(clz) {
name("mValue")
type(String::class.java)
}
Content copied to clipboard