Package org.analogweb

Interface InvocationMetadata

    • Method Detail

      • getInvocationClass

        Class<?> getInvocationClass()
        Get invocation Class.
        Returns:
        Class
      • getMethodName

        String getMethodName()
        Get name of the invocation method.
        Returns:
        name of the invocation method.
      • getArgumentTypes

        Class<?>[] getArgumentTypes()