peichhorn / lombok-pg

Collection of lombok extensions
http://peichhorn.github.com/lombok-pg/
Other
326 stars 44 forks source link

@Builder should be usable with Jackson #141

Open pcarrier opened 11 years ago

pcarrier commented 11 years ago

Jackson 2.0 has support for builders.

It's obviously a very neat feature as it allows for deserialization of immutable objects.

Unfortunately it requires access to the builder class, which lombok-pg's @Builder seems to keep private.

An option to expose it would be much appreciated.

theigl commented 10 years ago

+1

wmoss commented 9 years ago

While definitely not perfect, this workaround seems like the best solution at present.