doWithLocalMethods

Perform the given callback operation on all matching methods of the given class, as locally declared or equivalent thereof (such as default methods on Java 8 based interfaces that the given class implements).

Since

4.2

Parameters

clazz

the class to introspect

mc

the callback to invoke for each method

See also

doWithMethods

Throws

if introspection fails