MCPcopy Create free account
hub / github.com/eazybytes/spring / toString

Method toString

section2/demo/src/main/java/com/eazybytes/ex4/beans/Car.java:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public String toString() {
44 return "Car{" +
45 "name='" + name + '\'' +
46 '}';
47 }
48}

Callers 15

authenticateMethod · 0.45
authenticateMethod · 0.45
logAfterExceptionMethod · 0.45
getLoggedInUserMethod · 0.45
handleSearchFunction · 0.45
handleSearchUserFunction · 0.45
handleSearchFunction · 0.45
handleSearchUserFunction · 0.45
authenticateMethod · 0.45
logAfterExceptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected