uap-java icon indicating copy to clipboard operation
uap-java copied to clipboard

Adding Jackson databind module for simplified deserialization.

Open aweigold opened this issue 6 years ago • 2 comments

This commit adds compile only dependencies to Jackson databind, to provide simplified deserialization of ua_parser models for consumers using the library.

As this is compile only, no impact is expected to consumers not using Jackson. However by including this boilerplate code, Jackson now can deserialize directly into ua_parser models in projects that may have stored them previously.

aweigold avatar Jan 04 '19 14:01 aweigold

nice solution to using Jackson without muddying your the models w Jackson annotations

bpossolo avatar Aug 14 '20 21:08 bpossolo

@bpossolo I submitted this over a year and a half ago... I'm probably not going to get to changes requested. Feel free to modify and take the code as you wish. :smile:

aweigold avatar Aug 17 '20 13:08 aweigold