|
|||||||||
| Home >> All >> org >> activemq >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.util
Class ReflectionSupport

java.lang.Objectorg.activemq.util.ReflectionSupport
- public class ReflectionSupport
- extends java.lang.Object
| Field Summary | |
private static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
ReflectionSupport()
|
|
| Method Summary | |
private static java.lang.Object |
convert(java.lang.Object value,
java.lang.Class type)
|
private static java.lang.reflect.Method |
findSetterMethod(java.lang.Class clazz,
java.lang.String name)
|
private static boolean |
isSettableType(java.lang.Class clazz)
|
static void |
setProperties(java.lang.Object target,
java.util.Map props)
|
private static void |
setProperty(java.lang.Object target,
java.lang.String name,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
private static final org.apache.commons.logging.Log log
| Constructor Detail |
ReflectionSupport
public ReflectionSupport()
| Method Detail |
setProperties
public static void setProperties(java.lang.Object target, java.util.Map props)
setProperty
private static void setProperty(java.lang.Object target, java.lang.String name, java.lang.Object value)
convert
private static java.lang.Object convert(java.lang.Object value, java.lang.Class type) throws java.net.URISyntaxException
findSetterMethod
private static java.lang.reflect.Method findSetterMethod(java.lang.Class clazz, java.lang.String name)
isSettableType
private static boolean isSettableType(java.lang.Class clazz)
|
|||||||||
| Home >> All >> org >> activemq >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.util.ReflectionSupport