Package io.openlineage.client.utils
Class ReflectionUtils
java.lang.Object
io.openlineage.client.utils.ReflectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanhasClasses(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
-