APIClient variable 처리 수정
This commit is contained in:
@@ -24,7 +24,7 @@ public class LoadTestGraphBuilder {
|
||||
Map<String, ScenarioNode> graphData;
|
||||
ObjectMapper objectMapper = new ObjectMapper();
|
||||
objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||
graphData = objectMapper.readValue(data, new TypeReference<>() {
|
||||
graphData = objectMapper.readValue(data, new TypeReference<Map<String, ScenarioNode>>() {
|
||||
});
|
||||
return graphData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user