matcher

Build a FieldMatcher to match fields.

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

构建一个 FieldMatcher 用于匹配字段。

matcher(FieldMatcher.create().declaredClass("android.app.Activity"))

Return

FindField

Parameters

matcher

field matcher / 字段匹配器


inline fun matcher(init: FieldMatcher.() -> Unit): FindField

See also