package org.springframework.beans;
Extension of the standard JavaBeans PropertyDescriptor class,
overriding
getPropertyType() such that a generically
declared type will be resolved against the containing bean class.
- Author(s):
- Juergen Hoeller
- Since:
- 2.5.2
super(propertyName, null, null);
if (writeMethodToUse == null && readMethodToUse != null) { if (writeMethodParam != null) {