라벨링 상세정보, 요약정보(Daniel), 저장(Gina)
This commit is contained in:
@@ -11,6 +11,10 @@ import org.springframework.util.StringUtils;
|
||||
|
||||
public class GeometryDeserializer<T extends Geometry> extends StdDeserializer<T> {
|
||||
|
||||
public GeometryDeserializer() {
|
||||
super(Geometry.class);
|
||||
}
|
||||
|
||||
public GeometryDeserializer(Class<T> targetType) {
|
||||
super(targetType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user