Generated by
JDiff

Class org.springframework.beans.BeanWrapperImpl

Changed Methods
Class<?> getPropertyType(String) Change in return type from Class to Class<?>.
 
Class<?> getRootClass() Change in return type from Class to Class<?>.
Return the class of the root object at the top of the path of this BeanWrapper.
Class<?> getWrappedClass() Change in return type from Class to Class<?>.
 
void setIntrospectionClass(Class<?>) Change in signature from Class to Class<?>.
Set the class to introspect.