| 程序包 | 说明 |
|---|---|
| com.jn.langx.beans |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
JavaBeans.copyProperties(Object source,
Object target)
Copy the property values of the given source bean into the target bean.
|
static void |
JavaBeans.copyProperties(Object source,
Object target,
Class<?> editable)
Copy the property values of the given source bean into the given target bean,
only setting properties defined in the given "editable" class (or interface).
|
static void |
JavaBeans.copyProperties(Object source,
Object target,
String... ignoreProperties)
Copy the property values of the given source bean into the given target bean,
ignoring the given "ignoreProperties".
|
static PropertyDescriptor |
JavaBeans.getPropertyDescriptor(Class<?> clazz,
String propertyName)
Retrieve the JavaBeans
PropertyDescriptors for the given property. |
static PropertyDescriptor[] |
JavaBeans.getPropertyDescriptors(Class<?> clazz)
Retrieve the JavaBeans
PropertyDescriptors of a given class. |
Copyright © 2022. All rights reserved.