62,628
社区成员
发帖
与我相关
我的任务
分享
public void appLogin(String jsonString, HttpServletResponse response) throws Exception {
ObjectMapper mapper = new ObjectMapper();
AppLoginReq req = mapper.readValue(jsonString , AppLoginReq.class);
BaseJsonRep rep = authServiceLocal.appLogin(req);
ServletUtils.response(response, rep);
}

[/quote]
你是要读取属性和方法,还是说反编译;
[/quote]
获取方法体的实现思路,通过java编写代码的方式自动获取
[/quote]
你是要读取属性和方法,还是说反编译;
