MCPcopy Index your code
hub / github.com/seaswalker/spring-analysis / get

Method get

src/main/java/base/scope/OneScope.java:17–21  ·  view source on GitHub ↗
(String name, ObjectFactory<?> objectFactory)

Source from the content-addressed store, hash-verified

15 private int index = 0;
16
17 @Override
18 public Object get(String name, ObjectFactory<?> objectFactory) {
19 System.out.println("get被调用");
20 return new Student("skywalker-" + (index++), index);
21 }
22
23 @Override
24 public Object remove(String name) {

Callers 1

cacheLoaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected