Darren Bell

Results 23 comments of Darren Bell

This seems to be hanging around for a while. I'm moving from Immutables.io to this as I need to do some complex Jackson serialisation. In that framework i used to...

I do think that this should be behind an option, `builderConstructorVisibility` maybe? The default being `private`. This would not break existing code.

I'll have a go later and see how I get on.

Should the default be public? I've had a look through the immutables.io project which I have been using and there is no option to make it private. Do you think...

Looks like it

I think we could resurrect this. I've recently been playing around with the Immutables and Mapstruct projects (brilliant stuff), and I think the same process could be used to generate...

> Are you referring to using this for Immutables as a concrete usage ? Kind of. From my usage of Immutables, it would seem that while the Immutables annotation processor...

I'm having a similar problem in that subclass properties are added as fields in the superclass and are on the subclass constructor. This is plainly wrong. I think this may...