We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5d349 commit d627c3dCopy full SHA for d627c3d
src/main/java/com/fasterxml/jackson/databind/introspect/AnnotatedWithParams.java
@@ -120,7 +120,7 @@ public final AnnotatedParameter getParameter(int index) {
120
*/
121
@Deprecated
122
public final Type getGenericParameterType(int index) {
123
- return getRawParameterType(index);
+ return getParameterType(index);
124
}
125
126
public final int getAnnotationCount() { return _annotations.size(); }
0 commit comments