OpenAPITools / jackson-databind-nullable

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

jackson-base 2.13.3, add getAbsentValue #32

Closed julianladisch closed 2 years ago

julianladisch commented 2 years ago

Upgrade jackson-base from 2.12.2 to 2.13.3.

Add JsonNullableDeserializer#getAbsentValue(DeserializationContext) to overwrite the method inherited from JsonDeserializer.

Fixes #30

wing328 commented 2 years ago

Thanks for the PR.