We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()) ;
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
How should be Arrow and Jackson setup so Optional are marshalled according to POJO? With Guava one would simple do
The text was updated successfully, but these errors were encountered: