spring-framework / org.springframework.util / ReflectionUtils / getAllDeclaredMethods

getAllDeclaredMethods

open static fun getAllDeclaredMethods(leafClass: Class<*>): 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

Exceptions

IllegalStateException - if introspection fails