Current, with Johnzon, I can't instantiate objects for classes where I have
no default constructor available.  With GSON, it supports this using the
Unsafe class I believe.  Is there a way for me to provide my own
instantiator implementation (I'd probably pick Objenesis)?  I don't want to
have to provide default constructors for all of my immutable "request"
objects when using Johnzon in my JAX-RS MessageBodyReader/MessageBodyWriter.

Thanks,

James

Reply via email to