|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.util.ReflectionUtils
public class ReflectionUtils
Reflection Utils
Constructor Summary | |
---|---|
ReflectionUtils()
|
Method Summary | |
---|---|
static java.lang.reflect.Field[] |
getAllFields(java.lang.Class<?> clazz)
|
static java.lang.reflect.Method[] |
getAllMethods(java.lang.Class<?> clazz)
Returns all methods public, protected and private |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionUtils()
Method Detail |
---|
public static java.lang.reflect.Method[] getAllMethods(java.lang.Class<?> clazz)
clazz
-
public static java.lang.reflect.Field[] getAllFields(java.lang.Class<?> clazz)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |