Class GeneratedMetaMethod.Proxy

    • Method Detail

      • doMethodInvoke

        public Object doMethodInvoke​(Object object,
                                     Object[] argumentArray)
        Description copied from class: MetaMethod
        Invokes the method this object represents. This method is not final but it should be overloaded very carefully and only by generated methods there is no guarantee that it will be called
        Overrides:
        doMethodInvoke in class MetaMethod
        Parameters:
        object - The object the method is to be called at.
        argumentArray - Arguments for the method invocation.
        Returns:
        The return value of the invoked method.
      • invoke

        public Object invoke​(Object object,
                             Object[] arguments)
        Description copied from class: MetaMethod
        Invoke this method
        Specified by:
        invoke in class MetaMethod
        Parameters:
        object - The object this method should be invoked on
        arguments - The arguments for the method if applicable
        Returns:
        The return value of the invocation