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

Stricter genereics #66

Closed Degooya closed 1 year ago

Degooya commented 1 year ago

By using this approach, we can enforce a more strict type hierarchy for the coordinates field in the Geometry class, which can help prevent errors and make the code more robust. It also enables us to use @Valid for LngLatAlt