I have multiple POJOs, for some of them I would like
to deserialize all empty Strings to null
.
Is there a way (annotation maybe?) for me
to tell Jackson which POJOs should deserialize
all empty Strings to null
,
and which shouldn't?
Not a duplicate, i'm looking for a solution which works on a class, not individual fields