Generated by
JDiff

Class org.springframework.core.Conventions

Changed Methods
String getQualifiedAttributeName(Class<?>, String) Change in signature from (Class, String) to (Class<?>, String).
Return an attribute name qualified by the supplied enclosing Class.
String getVariableNameForReturnType(Method, Class<?>, Object) Change in signature from (Method, Class, Object) to (Method, Class<?>, Object).
Determine the conventional variable name for the return type of the supplied method, taking the generic collection type (if any) into account, falling back to the given return value if the method declaration is not specific enough (i.e.