Interface MethodObjectFactory

    • Method Detail

      • createInstance

        java.lang.Object createInstance​(ManagedFunctionContext<Indexed,​Indexed> context)
                                 throws java.lang.Throwable
        Creates the Object instance to invoke the Method on.
        Parameters:
        context - ManagedFunctionContext.
        Returns:
        Object instance to invoke the Method on.
        Throws:
        java.lang.Throwable - If fails to create the instance.