You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Les Hartzman <lh...@gmail.com> on 2016/02/05 02:01:56 UTC

@Builder and derived clases?

I'm trying to use @Builder on a derived class, but it doesn't appear to go
through the class tree.

Is there a way around this?

Thanks.

Les

Re: @Builder and derived clases?

Posted by Les Hartzman <lh...@gmail.com>.
Hi Pascal,

Yes, that is what I'm talking about. At least it's good to know that the
problem has been captured.

Les

On Fri, Feb 5, 2016 at 8:04 AM, Pascal Schumacher <pa...@gmx.net>
wrote:

> Hi Les,
>
> I'm not sure I understand you correctly, but if you mean that @Builder
> should be able to access properties of superclasses, that is currently not
> possible (see https://issues.apache.org/jira/browse/GROOVY-7640)
>
> Cheers,
> Pascal
>
>
> Am 05.02.2016 um 02:01 schrieb Les Hartzman:
>
>> I'm trying to use @Builder on a derived class, but it doesn't appear to
>> go through the class tree.
>>
>> Is there a way around this?
>>
>> Thanks.
>>
>> Les
>>
>>
>

Re: @Builder and derived clases?

Posted by Pascal Schumacher <pa...@gmx.net>.
Hi Les,

I'm not sure I understand you correctly, but if you mean that @Builder 
should be able to access properties of superclasses, that is currently 
not possible (see https://issues.apache.org/jira/browse/GROOVY-7640)

Cheers,
Pascal

Am 05.02.2016 um 02:01 schrieb Les Hartzman:
> I'm trying to use @Builder on a derived class, but it doesn't appear 
> to go through the class tree.
>
> Is there a way around this?
>
> Thanks.
>
> Les
>