public class FieldUtil extends Object
| Constructor and Description |
|---|
FieldUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Field[][] |
getFieldsSortedByInheritanceHierarchy(Class<?> theClass)
Returns all non-static fields declared by the specified class and its
superclasses.
|
public static Field[][] getFieldsSortedByInheritanceHierarchy(Class<?> theClass)
java.lang.Object.theClass - the class whose methods are examinedCopyright © 2003–2018. All rights reserved.