The method newInstance() from the type Class<capture#1-of ?> is deprecated since version 9 code example
Example: java newinstance alternative
YourClass.getDeclaredConstructor().newInstance()
YourClass.getDeclaredConstructor().newInstance()