|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.decisiondeck.utils.ReflectUtils
public class ReflectUtils
| Constructor Summary | |
|---|---|
ReflectUtils()
|
|
| Method Summary | |
|---|---|
static Type |
getParameterType(Type type)
|
static boolean |
isAssignableFrom(Class<?> type1,
Class<?> type2,
boolean requireExactTypes)
|
static boolean |
isAssignableFrom(Type type1,
Type type2,
boolean requireExactTypes)
|
static Class<?> |
toClass(Type type)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectUtils()
| Method Detail |
|---|
public static Class<?> toClass(Type type)
public static boolean isAssignableFrom(Class<?> type1,
Class<?> type2,
boolean requireExactTypes)
public static boolean isAssignableFrom(Type type1,
Type type2,
boolean requireExactTypes)
public static Type getParameterType(Type type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||