AS
Size: a a a
AS
AS
N
AS
U
БТ
C
AK
AK
ИИ
ИИ
ИИ
P
@GetMapping(path="/get_dummy")Если напишу как выше, то при попытке считывания запроса падает прога "Cannot construct instance of
List<Pair<DummyType, Double>> getDummy(
@RequestParam(value = "geoPoint") String geoPoint);
org.javatuples.Pair
(no Creators, like default constructor, exist)"@GetMapping(path="/get_dummy")
List<?> getDummy(
@RequestParam(value = "geoPoint") String geoPoint);
List<Pair<DummyType, Double>> res = (List<Pair<DummyType, Double>>)
dummyClient.getDummy(argJson);
РН
where :param is null || something = param
AE
AE
AE
where :param is null || something = param
P
@GetMapping(path="/get_dummy")Если напишу как выше, то при попытке считывания запроса падает прога "Cannot construct instance of
List<Pair<DummyType, Double>> getDummy(
@RequestParam(value = "geoPoint") String geoPoint);
org.javatuples.Pair
(no Creators, like default constructor, exist)"@GetMapping(path="/get_dummy")
List<?> getDummy(
@RequestParam(value = "geoPoint") String geoPoint);
List<Pair<DummyType, Double>> res = (List<Pair<DummyType, Double>>)
dummyClient.getDummy(argJson);
AE
@GetMapping(path="/get_dummy")Если напишу как выше, то при попытке считывания запроса падает прога "Cannot construct instance of
List<Pair<DummyType, Double>> getDummy(
@RequestParam(value = "geoPoint") String geoPoint);
org.javatuples.Pair
(no Creators, like default constructor, exist)"@GetMapping(path="/get_dummy")
List<?> getDummy(
@RequestParam(value = "geoPoint") String geoPoint);
List<Pair<DummyType, Double>> res = (List<Pair<DummyType, Double>>)
dummyClient.getDummy(argJson);
org.javatuples.Pair
- интерфейс?P
org.javatuples.Pair
- интерфейс?