Class JSMethod
java.lang.Object
org.jboss.arquillian.graphene.javascript.JSMethod
Represents a method on JavaScript interface
- Author:
- Lukas Fryc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a targetMethodof given JavaScript interfacegetName()Returns name of the method as diverged from name of the Java method or re-defined usingMethodNameannotationReturns a target JavaSript interfacetoString()
-
Constructor Details
-
JSMethod
-
-
Method Details
-
getTarget
Returns a target JavaSript interface -
getMethod
Returns a targetMethodof given JavaScript interface -
getName
Returns name of the method as diverged from name of the Java method or re-defined usingMethodNameannotation -
toString
-