dependencies{ compile'com.bedatadriven:jackson-datatype-jts:2.2'} Usage Registering module To use JTS geometry datatypes with Jackson, you will first need to register the module first (same as with all Jackson datatype modules): ObjectMappermapper=newObjectMapper();mapper.registerModule(newJtsModule...
1.0-2.7 with jackson-databind 2.9.9 and JTS 1.16.0 Usage Registering module To use JTS geometry datatypes with Jackson, you will first need to register the module first (same as with all Jackson datatype modules): ObjectMappermapper=newObjectMapper();mapper.registerModule(newJtsModule()); ...