Compare commits
2 Commits
6e1a0f7037
...
553be96002
| Author | SHA256 | Date | |
|---|---|---|---|
| 553be96002 | |||
| 84125b9ce3 |
@ -14,6 +14,7 @@ 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