Re: @Immutable and MissingPropertyException

2016-06-07 Thread Jochen Theodorou
On 07.06.2016 14:55, Edd Grant wrote: Hi folks, Anyone have any ideas here? Wondering if the lack of response is due to me phrasing the question badly, let me know if that's the case and I'll try and re-word? probably more because the usual suspects to answer this have been at the GR8 confere

Re: @Immutable and MissingPropertyException

2016-06-07 Thread Edd Grant
Hi folks, Anyone have any ideas here? Wondering if the lack of response is due to me phrasing the question badly, let me know if that's the case and I'll try and re-word? Cheers, Edd On 1 June 2016 at 16:56, Edd Grant wrote: > Hi Folks, > > I am trying to control the behaviour exhibited by so

Fwd: @Immutable and MissingPropertyException

2016-06-01 Thread Edd Grant
Hi Folks, I am trying to control the behaviour exhibited by some of our POGOs when they are created using a Map constructor which contains keys that do NOT map to their properties e.g. class Person { String name } def person = new Person([name: 'Edd', age: 35]) Normally the above would call p