小白问个问题,如何将字符串转成类名用于泛型
答案:2 悬赏:60 手机版
解决时间 2021-01-04 17:12
- 提问者网友:wodetian
- 2021-01-03 19:39
小白问个问题,如何将字符串转成类名用于泛型
最佳答案
- 五星知识达人网友:一袍清酒付
- 2021-01-10 05:40
public class Test { public String findAll() throws SecurityException, NoSuchMethodException { Test t = new Test(); String type = t.getClass().getMethod("findAll").getReturnType().getName(); System.out.println(type); return "aa"; } public static void main(String[] args) throws SecurityException, NoSuchMethodException { Test t = new Test(); t.findAll(); }}
全部回答
- 1楼网友:街头电车
- 2021-01-10 07:11
搜一下:小白问个问题,如何将字符串转成类名用于泛型
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯