MCPcopy Create free account
hub / github.com/castello/spring_basic / toString

Method toString

ch2/User.java:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 this.sns = sns;
48 }
49 @Override
50 public String toString() {
51 return "User [id=" + id + ", pwd=" + pwd + ", name=" + name + ", email=" + email + ", birth=" + birth + ", sns="
52 + Arrays.toString(sns) + "]";
53 }
54}

Callers 2

mainMethod · 0.45
dataBindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected