public abstract class AnnotationBeanUtils extends Object
| Constructor and Description |
|---|
AnnotationBeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyPropertiesToBean(Annotation ann,
Object bean,
String... excludedProperties)
Copy the properties of the supplied
Annotation to the supplied target bean. |
public static void copyPropertiesToBean(Annotation ann, Object bean, String... excludedProperties)
Annotation to the supplied target bean.
Any properties defined in excludedProperties will not be copied.BeanWrapperCopyright © 2013. All Rights Reserved.