callerMethods

The matcher for when this method is called by the specified set of methods.

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

本方法被指定方法集合调用的匹配器。

callerMethods(MethodsMatcher().add(MethodMatcher().name("length")))

Return

MethodMatcher

Parameters

callerMethods

call methods matcher / 方法调用方法匹配器


See also