jackson-databind-nullable
jackson-databind-nullable copied to clipboard
JsonNullable wrapper class and Jackson module to support meaningful null values
In order to minimize my response body size from my REST controllers, I would like to be able to supress all null values when serializing to JSON, however when I...
Could you add copyright information to a NOTICE or the README file, like it is done here: https://github.com/OpenAPITools/openapi-generator/blob/master/README.md#7---license I would highly appreciate that Thanks
In our scenario, we have an API that for a field reports an empty String. The empty String should be deserialized to an enum value that represents the scenario of...