java.lang.IllegalArgumentException: Field map contained null value
There's no reason to have a null value in a field map. Just omit the key altogether.
Is ignore this field better than throw a exception? Or provide a option to configure.
There are some nullable fields in our api, we must manual filter them now because this feature.
Is ignore this field better than throw a exception? Or provide a option to configure.
There are some nullable fields in our api, we must manual filter them now because this feature.
Most helpful comment
Is ignore this field better than throw a exception? Or provide a option to configure.
There are some nullable fields in our api, we must manual filter them now because this feature.