|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.BeanUtils
com.clickntap.tool.bean.BeanUtils
public class BeanUtils
| Constructor Summary | |
|---|---|
BeanUtils()
|
|
| Method Summary | |
|---|---|
static String |
beanClassToResourceName(Class beanClass,
String extension)
|
static String |
beanClassToSimpleName(Class beanClass)
|
static BeanInfo |
beanTobeanInfo(Class beanClass)
|
static org.dom4j.Document |
beanToResource(Class beanClass)
|
static Object |
getValue(Object target,
String propertyName)
|
static void |
setValue(Object target,
String propertyName,
Object value)
|
| Methods inherited from class org.springframework.beans.BeanUtils |
|---|
copyProperties, copyProperties, copyProperties, findDeclaredMethod, findDeclaredMethodWithMinimalParameters, findEditorByConvention, findMethod, findMethodWithMinimalParameters, findMethodWithMinimalParameters, findPropertyForMethod, findPropertyType, getPropertyDescriptor, getPropertyDescriptors, getWriteMethodParameter, instantiate, instantiateClass, instantiateClass, instantiateClass, isSimpleProperty, isSimpleValueType, resolveSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanUtils()
| Method Detail |
|---|
public static String beanClassToResourceName(Class beanClass,
String extension)
public static String beanClassToSimpleName(Class beanClass)
public static org.dom4j.Document beanToResource(Class beanClass)
throws Exception
Exception
public static BeanInfo beanTobeanInfo(Class beanClass)
throws Exception
Exception
public static Object getValue(Object target,
String propertyName)
public static void setValue(Object target,
String propertyName,
Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||