MCPcopy Create free account
hub / github.com/Ape1ron/SpringAopInDeserializationDemo1 / makeGadget

Method makeGadget

src/main/java/Proxy.java:5–7  ·  view source on GitHub ↗
(InvocationHandler handler, Class... classes)

Source from the content-addressed store, hash-verified

3public class Proxy {
4
5 public static Object makeGadget(InvocationHandler handler, Class... classes) throws Exception {
6 return java.lang.reflect.Proxy.newProxyInstance(Proxy.class.getClassLoader(), classes, handler);
7 }
8}

Callers 1

getObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected