Package de.eldoria.jacksonbukkit.util
Class Reflections
java.lang.Object
de.eldoria.jacksonbukkit.util.Reflections
Class giving easy access to reflection.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
methodExists
(Class<?> clazz, String name, Class<?>... parameterTypes) Checks whether the method with the signature exists
-
Method Details
-
methodExists
Checks whether the method with the signature exists- Parameters:
clazz
- class to check onname
- method nameparameterTypes
- method parameter- Returns:
- true when exists
-