jackson-databind-nullable icon indicating copy to clipboard operation
jackson-databind-nullable copied to clipboard

JsonNullable wrapper class and Jackson module to support meaningful null values

Results 13 jackson-databind-nullable issues
Sort by recently updated
recently updated
newest added

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...