getAllFields

public static List<Field> getAllFields(Class<? extends Object> clazz)(source)

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

Return

the found fields of a class and its super classes

Parameters

clazz

the class to look up for its fields


Returns all fields of the test class and its super classes.

Return

all fields of the test class and its super classes