OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
102 stars 30 forks source link

Feature/new method is undefined #8

Closed MelleD closed 2 years ago

MelleD commented 5 years ago

New method is empty for JsonNullable

7

cbornet commented 5 years ago

Thanks for the PR. I think your previous naming of isUndefined was more coherent with the rest of the API. I chose undefined instead of empty to avoid confusion with Optional. Can you rename to isUndefined ?

MelleD commented 4 years ago

@cbornet done

cbornet commented 4 years ago

@MelleD I totally forgot about this PR ! I'm so very sorry ! I did some comments and it needs to be rebased. Do you still want to work on it ?