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

Create tutorial on how to use Builders and Jackson #2291

Closed
feinstein opened this issue Mar 31, 2019 · 13 comments
Closed

Create tutorial on how to use Builders and Jackson #2291

feinstein opened this issue Mar 31, 2019 · 13 comments
Labels
documentation Documentation-related task hacktoberfest Issue related to Hactoberfest activities, eligible for additional rewards

Comments

@feinstein
Copy link

I can't find an official documentation on how to use the Builder pattern and Jackson, just some tutorials on the web.

@cowtowncoder cowtowncoder added the documentation Documentation-related task label May 24, 2020
@cowtowncoder cowtowncoder added good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project hacktoberfest Issue related to Hactoberfest activities, eligible for additional rewards labels Oct 9, 2020
Hassan-Elseoudy added a commit to Hassan-Elseoudy/jackson-databind that referenced this issue Oct 16, 2020
@cowtowncoder cowtowncoder removed the good first issue Issue that seems easy to resolve and is likely a good candidate for contributors new to project label Oct 16, 2020
@cowtowncoder
Copy link
Member

@feinstein Now added by @Hassan-Elseoudy -- very useful addition, thank you for suggesting it.

@feinstein
Copy link
Author

My pleasure.

@feinstein
Copy link
Author

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?

@Hassan-Elseoudy
Copy link

@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.
I'm also interested to know If there are specific cases there you want to be included.

@feinstein
Copy link
Author

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.

@cowtowncoder
Copy link
Member

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 jackson-databind or under jackson-docs I am not sure. If @Hassan-Elseoudy (or anyone else) could provide longer version, I can help getting access rights -- but I don't think wiki changes can be made as a PR?

@Hassan-Elseoudy
Copy link

@cowtowncoder I agree with you, I think this issue is done for now, For advanced examples we can discuss in Wikis or somewhere else.

@feinstein
Copy link
Author

Agreed.

@Hassan-Elseoudy
Copy link

@feinstein @cowtowncoder I guess you need to close the issue :))

@feinstein
Copy link
Author

@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.

@Hassan-Elseoudy
Copy link

Ah, okay I thought you’ll close this and open a new specific issues with specific needs rather this general one.

No worries.

@cowtowncoder
Copy link
Member

I am fine either way; will actually go ahead and create new one, close this.

@cowtowncoder
Copy link
Member

Created #2898 for follow-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation-related task hacktoberfest Issue related to Hactoberfest activities, eligible for additional rewards
Projects
None yet
Development

No branches or pull requests

3 participants