Class ReflectiveProxy.ProxifiedObject
java.lang.Object
com.cryptomorin.xseries.reflection.proxy.ReflectiveProxy.ProxifiedObject
- Enclosing class:
ReflectiveProxy<T extends ReflectiveProxyObject>
-
Constructor Summary
ConstructorsConstructorDescriptionProxifiedObject(MethodHandle handle, ProxyMethodInfo proxyMethodInfo, boolean isStatic, boolean isConstructor, ReflectiveProxy<?> rType, ReflectiveProxy<?>[] pTypes) -
Method Summary
-
Constructor Details
-
ProxifiedObject
public ProxifiedObject(MethodHandle handle, ProxyMethodInfo proxyMethodInfo, boolean isStatic, boolean isConstructor, ReflectiveProxy<?> rType, ReflectiveProxy<?>[] pTypes)
-
-
Method Details