public class BeanUtils
extends org.springframework.beans.BeanUtils
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
copyProperties, copyProperties, copyProperties, findDeclaredMethod, findDeclaredMethodWithMinimalParameters, findEditorByConvention, findMethod, findMethodWithMinimalParameters, findMethodWithMinimalParameters, findPropertyForMethod, findPropertyType, getPropertyDescriptor, getPropertyDescriptors, getWriteMethodParameter, instantiate, instantiateClass, instantiateClass, instantiateClass, isSimpleProperty, isSimpleValueType, resolveSignaturepublic static String beanClassToResourceName(Class beanClass, String extension)
public static org.dom4j.Document beanToResource(Class beanClass) throws Exception
Exceptionpublic static BeanInfo beanTobeanInfo(Class beanClass) throws Exception
ExceptionCopyright © 2015. All rights reserved.