Using a custom accessmode you can.

Side note: we have constructor support I think.

Le 24 juin 2017 13:59, "James Carman" <ja...@carmanconsulting.com> a écrit :

> 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