mirror of https://gitee.com/stylefeng/roses
【7.1.6】【scanner】修改备注文字
parent
889596ec78
commit
b0a72d5ebf
|
@ -130,7 +130,7 @@ public class ClassTypeUtil {
|
|||
}
|
||||
}
|
||||
|
||||
// 带T的参数,例如解析到ResponseData<T>中的data字段是带T的
|
||||
// 带T的参数,例如解析到ResponseData<T>中的data字段就是这种情况
|
||||
else if (type instanceof TypeVariableImpl<?>) {
|
||||
return FieldTypeEnum.WITH_UNKNOWN_GENERIC;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue