Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Builder should be usable with Jackson #141

Open
pcarrier opened this issue May 21, 2013 · 2 comments
Open

@Builder should be usable with Jackson #141

pcarrier opened this issue May 21, 2013 · 2 comments

Comments

@pcarrier
Copy link

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
Copy link

theigl commented Jan 23, 2014

+1

@wmoss
Copy link

wmoss commented Mar 22, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants