arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Jackson setup?

Open peter-budo opened this issue 8 years ago • 1 comments

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())
    ;

peter-budo avatar Jul 20 '16 14:07 peter-budo

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.

android10 avatar Dec 05 '16 22:12 android10