Class MethodCallAdapter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class[] _argTypes  
      private java.lang.reflect.Method _method  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodCallAdapter​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()  
      java.lang.Object handleCall​(java.lang.Object ctx, java.lang.Object... argValues)  
      private java.lang.RuntimeException makeMethodCallEvaluationException​(java.lang.reflect.Method method, java.lang.Throwable t)  
      • 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
      • _argTypes

        private java.lang.Class[] _argTypes
    • Constructor Detail

      • MethodCallAdapter

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

      • handleCall

        public java.lang.Object handleCall​(java.lang.Object ctx,
                                           java.lang.Object... argValues)
        Specified by:
        handleCall in interface IMethodCallHandler
      • getMethod

        public java.lang.reflect.Method getMethod()
      • makeMethodCallEvaluationException

        private java.lang.RuntimeException makeMethodCallEvaluationException​(java.lang.reflect.Method method,
                                                                             java.lang.Throwable t)