well, you can write custom setters and make gson i...
# reflect
k
well, you can write custom setters and make gson invoke them and when the value is null, a default value is set. or you can have intermediate response objects with nullable properties and manually convert them to non-nullable domain objects