Compare commits
No commits in common. "553be9600270d0ed0cf1b9ccd4bc09afa6726983dc57c8dd1f089fa1f7dc6167" and "6e1a0f7037bdde534f9dcb5370b96566e18672231d17ec51a84245932720b20e" have entirely different histories.
553be96002
...
6e1a0f7037
@ -14,7 +14,6 @@ import java.util.Locale;
|
|||||||
/**
|
/**
|
||||||
* JTS Point 反序列化器 - 将 JSON 反序列化为 Point
|
* JTS Point 反序列化器 - 将 JSON 反序列化为 Point
|
||||||
* 支持 type、longitude、latitude 三个字段的格式
|
* 支持 type、longitude、latitude 三个字段的格式
|
||||||
* @author attiya
|
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class PointDeserializer extends JsonDeserializer<Point> {
|
public class PointDeserializer extends JsonDeserializer<Point> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user