This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Support new JsonInclude.Include.NON_ABSENT
with Guava Optional
#69
Milestone
(see FasterXML/jackson-databind#811 for background)
With 2.6 it is possible to cleanly support exclusion of
null
s and "absent"Optional
s, without excluding emptyList
s and such. But it needs bit of support from Guava module itself, to recognizeOptional
as a reference type.The text was updated successfully, but these errors were encountered: