Class ReflectiveHandleProxyProcessor
java.lang.Object
com.cryptomorin.xseries.reflection.proxy.processors.ReflectiveHandleProxyProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ReflectiveProxyObject>
Tproxify(@NotNull Class<T> interfaceClass, @NotNull ClassHandle targetClass, @NotNull ReflectiveHandle<?>... handles)
-
Constructor Details
-
ReflectiveHandleProxyProcessor
public ReflectiveHandleProxyProcessor()
-
-
Method Details
-
proxify
public static <T extends ReflectiveProxyObject> T proxify(@NotNull @NotNull Class<T> interfaceClass, @NotNull @NotNull ClassHandle targetClass, @NotNull @NotNull ReflectiveHandle<?>... handles)
-