inferred / FreeBuilder

Automatic generation of the Builder pattern for Java
Apache License 2.0
839 stars 101 forks source link

Accept any map in a bimap property putAll method #423

Closed alicederyn closed 4 years ago

alicederyn commented 4 years ago

Only accepting bimaps makes the method differ from BiMap's putAll, and adds no value.

This also fixes a bug with Jackson interoperability.