Class AccessUtil


  • public class AccessUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AccessUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.reflect.Constructor setAccessible​(java.lang.reflect.Constructor constructor)  
      static java.lang.reflect.Field setAccessible​(java.lang.reflect.Field field)  
      static java.lang.reflect.Method setAccessible​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccessUtil

        public AccessUtil()
    • Method Detail

      • setAccessible

        public static java.lang.reflect.Field setAccessible​(java.lang.reflect.Field field)
                                                     throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • setAccessible

        public static java.lang.reflect.Method setAccessible​(java.lang.reflect.Method method)
                                                      throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • setAccessible

        public static java.lang.reflect.Constructor setAccessible​(java.lang.reflect.Constructor constructor)
                                                           throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException