java.lang.Object
tech.guilhermekaua.spigotboot.core.context.component.proxy.ComponentProxy
- All Implemented Interfaces:
javassist.util.proxy.MethodHandler
public class ComponentProxy
extends Object
implements javassist.util.proxy.MethodHandler
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComponentProxy
public ComponentProxy()
-
Method Details
-
createProxy
public static <T> T createProxy(Class<T> clazz,
Class<?>[] ctorArgs,
Object[] ctorValues,
org.bukkit.plugin.Plugin plugin)
-
invoke
- Specified by:
invoke in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable