getAllMethods

public static List<Method> getAllMethods(Class<? extends Object> clazz)(source)

Returns all fields from a class and its super classes recursively.

Return

all fields from a class and its super classes

Parameters

clazz

the class to search