java.lang.Object
com.cryptomorin.xseries.reflection.proxy.generator.XProxifier

@Internal public final class XProxifier extends Object
This class is used for scanning other compiled classes using reflection in order to generate template interfaces classes for XReflection.proxify(Class).

Turn this into an IntelliJ plugin? TODO Add a way to determine which referenced classes also require proxy classes and rename those, and add a method for generating a string for them as well.

Since:
14.0.0
  • Constructor Details

    • XProxifier

      public XProxifier(Class<?> clazz)
  • Method Details

    • getString

      public String getString()
    • writeTo

      public void writeTo(Path path)