Java Reflection calling constructor with primitive types

后端 未结 6 1139
日久生厌
日久生厌 2020-11-29 10:07

I have a method in my test framework that creates an instance of a class, depending on the parameters passed in:

public void test(Object... constructorArgs)          


        
6条回答
提交回复
热议问题