public class FunctionUtil extends Object
| 构造器和说明 |
|---|
FunctionUtil() |
public static <T> T executeDeclaredMethod(Class<?> clazz, String functionName, Object... args)
public static <T> T executeDeclaredMethod(String javaFilePath, String javaFileName, String className, String functionName, Object... args) throws IOException, InterruptedException, ClassNotFoundException
IOExceptionInterruptedExceptionClassNotFoundExceptionCopyright © 2024 tan. All rights reserved.