Generated by
JDiff

Class org.springframework.core.GenericTypeResolver

Documentation changed from old to new.

Added Methods
Class<?> resolveReturnTypeForGenericMethod(Method, Object[]) Determine the target type for the generic return type of the given generic method, where formal type variables are declared on the given method itself.
 

Changed Methods
Map<TypeVariable, Type> getTypeVariableMap(Class) Documentation changed from old to new.
Build a mapping of TypeVariable names to concrete classes for the specified Class.
Class<?> resolveReturnType(Method, Class<?>) Change in signature from (Method, Class) to (Method, Class<?>).
Documentation changed from old to new.
Determine the target type for the generic return type of the given method, where formal type variables are declared on the given class.