MCPcopy Create free account
hub / github.com/Jarrettluo/all-docs / toString

Method toString

src/main/java/com/jiaruiblog/entity/User.java:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 private Date updateDate;
63
64 @Override
65 public String toString () {
66 return JSON.toJSONString(this);
67 }
68
69 // 管理员可以屏蔽掉某个用户,用户可以注销某个账号
70}

Callers 9

loginMethod · 0.45
readTextMethod · 0.45
searchMethod · 0.45
loginMethod · 0.45
getReplaceCharsMethod · 0.45
getLikedKeyMethod · 0.45
parseExcelMethod · 0.45
StringToEnumConverterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected