MCPcopy Index your code
hub / github.com/OpenFeign/feign / create

Method create

core/src/test/java/feign/FeignBuilderTest.java:285–289  ·  view source on GitHub ↗
(Target target, Map<Method, MethodHandler> dispatch)

Source from the content-addressed store, hash-verified

283 private final InvocationHandlerFactory delegate = new Default();
284
285 @Override
286 public InvocationHandler create(Target target, Map<Method, MethodHandler> dispatch) {
287 callCount.incrementAndGet();
288 return delegate.create(target, dispatch);
289 }
290 };
291
292 TestInterface api =

Callers

nothing calls this directly

Calls 1

createMethod · 0.65

Tested by

no test coverage detected