public class ReflectionUtils extends Object
public static <T> T invokeStaticMethod(Class clz, String methodName, Object... args) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.