提交 4c7eda8e 编写于 作者: A ascrutae

fix match failed issue

上级 f37a47fe
......@@ -54,7 +54,11 @@ public class ListenableFutureCallbackMatch implements IndirectMatch {
isMatch = isMatch || matchExactClass(generic);
}
if (typeDescription.getSuperClass() != null) {
return isMatch || matchExactClass(typeDescription.getSuperClass());
} else {
return isMatch;
}
}
private boolean matchExactClass(TypeDescription.Generic clazz) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册