|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mockrunner.util.common.FieldUtil
public class FieldUtil
Constructor Summary | |
---|---|
FieldUtil()
|
Method Summary | |
---|---|
static java.lang.reflect.Field[][] |
getFieldsSortedByInheritanceHierarchy(java.lang.Class theClass)
Returns all non-static fields declared by the specified class and its superclasses. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldUtil()
Method Detail |
---|
public static java.lang.reflect.Field[][] getFieldsSortedByInheritanceHierarchy(java.lang.Class theClass)
java.lang.Object
.
theClass
- the class whose methods are examined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |