| | Name | Description |
|---|
 | Invoke(String) |
Invokes an instance method on the underlying JVM object with no arguments.
|
 | Invoke(String, Object) |
Invokes an instance method on the underlying JVM object with 1 argument.
|
 | Invoke(String, Object) |
Invokes an instance method on the underlying JVM object using a variable-length argument list.
The bridge resolves the target Java method by matching the runtime types of the supplied arguments.
|
 | Invoke(String, Object, Object) |
Invokes an instance method on the underlying JVM object with 2 arguments.
|
 | Invoke(String, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 3 arguments.
|
 | Invoke(String, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 4 arguments.
|
 | Invoke(String, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 5 arguments.
|
 | Invoke(String, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 6 arguments.
|
 | Invoke(String, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 7 arguments.
|
 | Invoke(String, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 8 arguments.
|
 | Invoke(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 9 arguments.
|
 | Invoke(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 10 arguments.
|
 | InvokeTReturn(String) |
Invokes an instance method on the underlying JVM object with no arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object) |
Invokes an instance method on the underlying JVM object with 1 argument
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object) |
Invokes an instance method on the underlying JVM object using a variable-length argument list
and casts the result to TReturn.
The bridge resolves the target Java method by matching the runtime types of the supplied arguments.
|
 | InvokeTReturn(String, Object, Object) |
Invokes an instance method on the underlying JVM object with 2 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 3 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 4 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 5 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 6 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 7 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 8 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 9 arguments
and casts the result to TReturn.
|
 | InvokeTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Invokes an instance method on the underlying JVM object with 10 arguments
and casts the result to TReturn.
|