opendatalab-de / geojson-jackson

GeoJson POJOs for Jackson - serialize and deserialize objects with ease
http://blog.opendatalab.de
Apache License 2.0
263 stars 94 forks source link

Incompatible with ParameterNamesModule #42

Open olivierdeckers opened 7 years ago

olivierdeckers commented 7 years ago

Deserialization of Polygon fails when the ParameterNamesModule is enabled with the properties creator binding mode: objectMapper.registerModule(new ParameterNamesModule(JsonCreator.Mode.PROPERTIES))

olivierdeckers commented 7 years ago

The issue seems to be caused by the ellipsis constructors. It works fine if I remove them