Join Slack
Communities
Powered by
I need to invoke a method via Java reflection, and...
# getting-started
m
mrtreinis
05/18/2017, 1:14 PM
I need to invoke a method via Java reflection, and I am trying to pass array of values to invoke(object, args) but args is not acceptes as args, but instead passed on to the method
r
Ruckus
05/18/2017, 1:39 PM
mrtreinis: use
invoke(object, *args)
5
Views
Open in Slack
Previous
Next