|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.annotation.AnnotationBeanUtils
public abstract class AnnotationBeanUtils
General utility methods for working with annotations in JavaBeans style.
| Constructor Summary | |
|---|---|
AnnotationBeanUtils()
|
|
| Method Summary | |
|---|---|
static void |
copyPropertiesToBean(java.lang.annotation.Annotation ann,
java.lang.Object bean,
java.lang.String... excludedProperties)
Copy the properties of the supplied Annotation to the supplied target bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationBeanUtils()
| Method Detail |
|---|
public static void copyPropertiesToBean(java.lang.annotation.Annotation ann,
java.lang.Object bean,
java.lang.String... excludedProperties)
Annotation to the supplied target bean.
Any properties defined in excludedProperties will not be copied.
BeanWrapper
|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||