当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
AnnotationBeanUtils (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.beans.annotation
Class AnnotationBeanUtils
java.lang.Object
org.springframework.beans.annotation.AnnotationBeanUtils
public abstract class AnnotationBeanUtils
- extends Object
General utility methods for working with annotations in JavaBeans style.
- Since:
- 2.0
- Author:
- Rob Harrop
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationBeanUtils
public AnnotationBeanUtils()
copyPropertiesToBean
public static void copyPropertiesToBean(Annotation ann,
Object bean,
String... excludedProperties)
- Copy the properties of the supplied
Annotation
to the supplied target bean.
Any properties defined in excludedProperties
will not be copied.
- See Also:
BeanWrapperImpl
Copyright © 2002-2007 The Spring Framework.