MCPcopy Create free account
hub / github.com/cglib/cglib / invoke

Method invoke

cglib/src/main/java/net/sf/cglib/proxy/MethodProxy.java:200–212  ·  view source on GitHub ↗

Invoke the original method, on a different object of the same type. @param obj the compatible object; recursion will result if you use the object passed as the first argument to the MethodInterceptor (usually not what you want) @param args the arguments passed to the intercepted method; you may subs

(Object obj, Object[] args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected