getAllDeclaredMethods

open fun getAllDeclaredMethods(leafClass: Class<out Any>): Array<Method>

Get all declared methods on the leaf class and all superclasses. Leaf class methods are included first.

Parameters

leafClass

the class to introspect

Throws

if introspection fails