Class DefaultAccessEnabler.DefaultAccessibleMethodInvoker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method method  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object receiver, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • method

        private java.lang.reflect.Method method
    • Constructor Detail

      • DefaultAccessibleMethodInvoker

        public DefaultAccessibleMethodInvoker​(java.lang.reflect.Method method)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object receiver,
                                       java.lang.Object[] args)
        Specified by:
        invoke in interface AccessibleMethodInvoker