I am trying to come up with a design for a method that takes another method as a parameter and retrieves the parameter values of the method passed. How can this be done? I've tried using java.lang.reflect.* but can't seem to find an API that supports this.
-
See also stackoverflow.com/questions/4943612/…Vadzim– Vadzim2019-06-13 17:48:27 +00:00Commented Jun 13, 2019 at 17:48
-
and this is my answer stackoverflow.com/a/73263342/5050750Amir– Amir2022-08-06 21:32:41 +00:00Commented Aug 6, 2022 at 21:32
Add a comment
|