jackson-module-no-ctor-deser
Support deserialization of POJO classes without default constructor
Module that allows instantiation of Java POJOs that do not have "default constructor" (constructor that takes no arguments) but should be deserialized from JSON Object as POJOs. In such cases, module tries to use sun.reflect.ReflectionFactory to force instantiation that by-passes all constructors (it is the mechanism used by JDK serialization system).
Apache-2.0cloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...