toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.channel
/
SimpleMethodInvocation
Simple
Method
Invocation
class
SimpleMethodInvocation
(
targetObject
:
Any
?
,
method
:
Method
,
args
:
Any
)
:
MethodInvocation
Simple
MethodInvocation
implementation
Members
Constructors
Simple
Method
Invocation
Link copied to clipboard
constructor
(
targetObject
:
Any
?
,
method
:
Method
,
vararg
args
:
Any
)
Functions
get
Arguments
Link copied to clipboard
open
override
fun
getArguments
(
)
:
Array
<
Any
>
get
Method
Link copied to clipboard
open
override
fun
getMethod
(
)
:
Method
get
Static
Part
Link copied to clipboard
open
override
fun
getStaticPart
(
)
:
AccessibleObject
get
This
Link copied to clipboard
open
override
fun
getThis
(
)
:
Any
?
proceed
Link copied to clipboard
open
override
fun
proceed
(
)
:
Any
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String