|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.ReflectionUtils
public class ReflectionUtils
ReflectionUtils class.
| Constructor Summary | |
|---|---|
ReflectionUtils()
|
|
| Method Summary | |
|---|---|
static Field[] |
getAllFields(Class<?> clazz)
getAllFields. |
static Method[] |
getAllMethods(Class<?> clazz)
Returns all methods public, protected and private |
static Class<?> |
getComponentClass(Class<?> clazz)
getComponentClass. |
static Class<?> |
getRespectiveArrayClass(Class<?> clazz)
Get array version of a class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectionUtils()
| Method Detail |
|---|
public static Method[] getAllMethods(Class<?> clazz)
clazz - a Class object.
public static Field[] getAllFields(Class<?> clazz)
getAllFields.
clazz - a Class object.
Field objects.public static Class<?> getRespectiveArrayClass(Class<?> clazz)
clazz - a Class object.
public static Class<?> getComponentClass(Class<?> clazz)
getComponentClass.
clazz - a Class object.
Class object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||