…e of nested records (and fix).

Comment From: pivotal-cla

@tomekrojek Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: tomekrojek

I went through binding logic and understood that records are handled with matching constructor parameters - and as I was using multiple records constructors I was missing @ConstructorBinding annotation on one of them. It's working fine now - closing PR.