Class Reflections

java.lang.Object
de.eldoria.jacksonbukkit.util.Reflections

public final class Reflections extends Object
Class giving easy access to reflection.
  • Method Details

    • methodExists

      public static boolean methodExists(Class<?> clazz, String name, Class<?>... parameterTypes)
      Checks whether the method with the signature exists
      Parameters:
      clazz - class to check on
      name - method name
      parameterTypes - method parameter
      Returns:
      true when exists