java.lang.Object
org.jboss.arquillian.graphene.javascript.JSMethod

public class JSMethod extends Object
Represents a method on JavaScript interface
Author:
Lukas Fryc
  • Constructor Details

  • Method Details

    • getTarget

      public JSInterface getTarget()
      Returns a target JavaSript interface
    • getMethod

      public Method getMethod()
      Returns a target Method of given JavaScript interface
    • getName

      public String getName()
      Returns name of the method as diverged from name of the Java method or re-defined using MethodName annotation
    • toString

      public String toString()
      Overrides:
      toString in class Object