Class ReflectionHelper

java.lang.Object
io.github.dexrnzacattack.rrdiscordbridge.helpers.ReflectionHelper

public class ReflectionHelper extends Object
Provides basic utils for working with reflection
  • Constructor Details

    • ReflectionHelper

      public ReflectionHelper()
  • Method Details

    • doesMethodExist

      public static boolean doesMethodExist(String clazz, String method)
      Returns:
      true if the method exists
    • doesClassExist

      public static boolean doesClassExist(String clazz)
      Returns:
      true if the class exists