Package io.openlineage.client.utils
Class ReflectionUtils
java.lang.Object
io.openlineage.client.utils.ReflectionUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
hasClasses
(String... classes) tryExecuteMethod
(Object object, String methodName, Object... args) tryExecuteStaticMethodForClassName
(String className, String methodName, Object... args)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
tryExecuteStaticMethodForClassName
-
tryExecuteMethod
-
hasClass
-
hasClasses
-