XMLBeanInfo
by introspection The actual introspection depends only on the BeanInfo
associated with the bean.
@param bean introspect this bean
@return XMLBeanInfo describing bean-xml mapping
@throws IntrospectionException when the bean introspection fails
Current implementation uses jav.beans.Introspector.getBeanInfo(Class)
to get all JavaBeans properties. The reference name and property name are used to build a qualified name using a dot as separator, this qualified name is used to register as variable (e.g. "person.firstName" where "person" is the reference name and "firstName" is a JavaBeans property).
|
|
|
|
|
|