|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shiftone.arbor.IntrospectionUtil
Class IntrospectionUtil
| Field Summary | |
static org.apache.log4j.Logger |
LOG
|
| Constructor Summary | |
(package private) |
IntrospectionUtil()
|
| Method Summary | |
static java.lang.Object |
convert(java.lang.String text,
java.lang.Class targetType)
Method convert |
static java.lang.reflect.Method |
getMethod(java.lang.Class klass,
java.lang.String methodName,
int paramCount)
Method finds a method of the provided name with the provided number of parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final org.apache.log4j.Logger LOG
| Constructor Detail |
IntrospectionUtil()
| Method Detail |
public static java.lang.reflect.Method getMethod(java.lang.Class klass,
java.lang.String methodName,
int paramCount)
throws java.lang.NoSuchMethodException
klass - methodName - paramCount -
java.lang.NoSuchMethodException
public static java.lang.Object convert(java.lang.String text,
java.lang.Class targetType)
throws java.text.ParseException
text - targetType -
java.text.ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||