Package 

Class JavaMethodWrapper

    • Method Summary

      Modifier and Type Method Description
      Method getMethod()
      String getSignature()
      void invoke(JSInstance jsInstance, ReadableArray parameters)
      String getType() Determines how the method is exported in JavaScript: METHOD_TYPE_ASYNC for regular methodsMETHOD_TYPE_PROMISE for methods that return a promise object to the caller.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait