addReadMethod

Add read this field value's method matcher.

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

添加读取该字段值的方法匹配器。

addReadMethod(MethodMatcher().name("getText"))

Return

FieldMatcher

Parameters

readMethod

method matcher / 方法匹配器


fun addReadMethod(methodDescriptor: String): FieldMatcher

Add read this field value's method matcher.

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

添加读取该字段值的方法匹配器。

addReadMethod(MethodMatcher().name("getText"))

Return

FieldMatcher

Parameters

methodDescriptor

method descriptor / 方法描述符


inline fun addReadMethod(init: MethodMatcher.() -> Unit): FieldMatcher

See also