Class NativeClosureProxy.Factory

  • Enclosing class:
    NativeClosureProxy

    static class NativeClosureProxy.Factory
    extends java.lang.Object
    • Field Detail

      • runtime

        private final Runtime runtime
      • constructor

        private final java.lang.reflect.Constructor<? extends NativeClosureProxy> constructor
      • objectFields

        private final java.lang.Object[] objectFields
      • invokeMethod

        private final java.lang.reflect.Method invokeMethod
    • Constructor Detail

      • Factory

        Factory​(Runtime runtime,
                java.lang.reflect.Constructor<? extends NativeClosureProxy> constructor,
                java.lang.reflect.Method invokeMethod,
                java.lang.Object[] objectFields)
    • Method Detail

      • getInvokeMethod

        java.lang.reflect.Method getInvokeMethod()