jackson-datatype-guava icon indicating copy to clipboard operation
jackson-datatype-guava copied to clipboard

Support Tables

Open hyandell opened this issue 9 years ago • 3 comments

Guava's Tables don't quite fit under map-like types, though they're often used in place of nested maps. In particular, ImmutableTables don't construct themselves as nested maps; instead, they construct cell-by-cell. Therefore, handle them as paramterized beans.

(Contribution from stevenmhood via my approval under CCLA)

hyandell avatar Jan 27 '15 18:01 hyandell