-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Create tutorial on how to use Builders and Jackson #2291
Comments
@feinstein Now added by @Hassan-Elseoudy -- very useful addition, thank you for suggesting it. |
My pleasure. |
The tutorial seems very simple.... Is it all there's to it, or are there more specific cases missing that would be nice to be included? |
@feinstein It's that simple as it looks, but also it depends on your implementation for Builder design pattern, I used the standard way of Implementing the Builder pattern. |
There has been some time since I don't use Jackson, but I remember having issues with some corner cases, let me check on some old code and get back to you. |
One thing to note: since this is on README, I think concise overview makes sense. More advanced cases should probably go on separate Wiki page -- but whether that should on |
@cowtowncoder I agree with you, I think this issue is done for now, For advanced examples we can discuss in Wikis or somewhere else. |
Agreed. |
@feinstein @cowtowncoder I guess you need to close the issue :)) |
@Hassan-Elseoudy as far as I understand we agreed that the quick start is good but more elaborate examples are needed, probably on a wiki format. |
Ah, okay I thought you’ll close this and open a new specific issues with specific needs rather this general one. No worries. |
I am fine either way; will actually go ahead and create new one, close this. |
Created #2898 for follow-up. |
I can't find an official documentation on how to use the Builder pattern and Jackson, just some tutorials on the web.
The text was updated successfully, but these errors were encountered: