Generated by
JDiff

Class org.springframework.core.MethodParameter

Removed Constructors
MethodParameter(Constructor, int) Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor, int, int) Create a new MethodParameter for the given constructor.
 

Added Constructors
MethodParameter(Constructor<?>, int) Create a new MethodParameter for the given constructor, with nesting level 1.
MethodParameter(Constructor<?>, int, int) Create a new MethodParameter for the given constructor.
 

Added Methods
AnnotatedElement getAnnotatedElement() Returns the wrapped annotated element.
Class<?> getContainingClass()  
Member getMember() Returns the wrapped member.
 

Changed Methods
Constructor<?> getConstructor() Change in return type from Constructor to Constructor<?>.
Return the wrapped Constructor, if any.
Class<?> getDeclaringClass() Change in return type from Class to Class<?>.
Return the class that declares the underlying Method or Constructor.