Class ReflectionHelper
java.lang.Object
io.github.dexrnzacattack.rrdiscordbridge.helpers.ReflectionHelper
Provides basic utils for working with reflection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
doesClassExist
(String clazz) static boolean
doesMethodExist
(String clazz, String method)
-
Constructor Details
-
ReflectionHelper
public ReflectionHelper()
-
-
Method Details
-
doesMethodExist
- Returns:
true
if the method exists
-
doesClassExist
- Returns:
true
if the class exists
-