Adam Siemion

Results 6 comments of Adam Siemion

@cowtowncoder thank you for a prompt reply. I have described in details my requirements here: https://stackoverflow.com/questions/53174072/automatically-serialize-rest-controllers-to-csv-instead-of-json-in-spring-boot

@dmarkov please assign to someone else

@alex-palevsky please assign to someone else

> One of possible solutions for this problem is to create objects with default constructors parameters (0, null, false) in ObjectGenerator.createNewInstance(testedClass). We can simply pass null parameters to constructor, but...

I did a little bit of research/tests and (as expected) it turns out not to be that trivial. Replacing `ObjectGenerator.createNewInstance()` with: new ObjenesisStd().newInstance(clazz); Is not enough, because objenesis cannot instantiate...