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

Jackson setup? #7

Open
peter-budo opened this issue Jul 20, 2016 · 1 comment
Open

Jackson setup? #7

peter-budo opened this issue Jul 20, 2016 · 1 comment
Labels

Comments

@peter-budo
Copy link

How should be Arrow and Jackson setup so Optional are marshalled according to POJO? With Guava one would simple do

ObjectMapper mapper = new ObjectMapper()
    .registerModule(new GuavaModule())
    ;
@android10
Copy link
Owner

What are other uses cases you can suggest for that?

The idea is to keep the library very light with the most common and used functionality.

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

No branches or pull requests

2 participants