bunq / sdk_java

Java SDK for bunq API
MIT License
49 stars 23 forks source link

Improve decoder to recognise child object #35

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. Try and decode a child object into a model that is expecting its parent

What should happen:

  1. The model is correctly populated with data.

What happens:

  1. All the fields, including the parent field will be null.

Logs

Extra info:

Reference