ByteBuddy lets you use the withArgumentArrayElements method to "spread" an array "into" distinct method parameters.
withArgumentArrayElements
Is there a way to perform this spreading on arbitrary Object arrays, such as those that might be returned from a MethodCall invocation?
Object
MethodCall
2.1m questions
2.1m answers
60 comments
57.0k users