You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2015/07/28 12:06:37 UTC

converter enhancements

Hi guys,

mainly cause of johnzon-48 I reworked a bit converters. Now if you put a
converter for Foo but the field is Map<String, Foo> or List<Foo> or Foo[]
then the converter is used but for the items and not the whole field.

Happy to get feedback on:
- the API (think it is good to not add another @ItemConverter or whatever
but happy to discuss it)
- the implementation (did it the simple way, tests are happy but having
more real life feedback would be good)

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>