|
|
|
|
@ -90,7 +90,7 @@ public class GenericTypeResolverTests {
@@ -90,7 +90,7 @@ public class GenericTypeResolverTests {
|
|
|
|
|
resolveType(intArrMessageMethodParam.getGenericParameterType(), new HashMap<TypeVariable, Type>())); |
|
|
|
|
|
|
|
|
|
Method genericArrMessageMethod = findMethod(MySimpleTypeWithMethods.class, "readGenericArrayInputMessage", |
|
|
|
|
Object[].class); |
|
|
|
|
Object[].class); |
|
|
|
|
MethodParameter genericArrMessageMethodParam = new MethodParameter(genericArrMessageMethod, 0); |
|
|
|
|
Map<TypeVariable, Type> varMap = getTypeVariableMap(MySimpleTypeWithMethods.class); |
|
|
|
|
assertEquals(Integer[].class, resolveType(genericArrMessageMethodParam.getGenericParameterType(), varMap)); |
|
|
|
|
|