arrow
arrow copied to clipboard
Jackson setup?
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())
;
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.