- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for invokeMethod (2.23 sec)
-
src/test/java/jcifs/internal/TreeConnectResponseTest.java
field.setAccessible(true); return field.get(obj); } /** * Helper method to invoke protected/private method using reflection */ private Object invokeMethod(Object obj, String methodName, Class<?>[] paramTypes, Object... args) throws Exception { Method method = obj.getClass().getDeclaredMethod(methodName, paramTypes); method.setAccessible(true);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0)