Package py4j.reflection
Class ReflectionShim
- java.lang.Object
-
- py4j.reflection.ReflectionShim
-
public class ReflectionShim extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionShim()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
trySetAccessible(java.lang.reflect.AccessibleObject accessibleObject)
If there is `trySetAccessible` method defined in `AccessibleObject`, it should be used; otherwise, fallback to `setAccessible`.
-