Basically, you can use the object mapper to convert the value for you: ObjectMapper mapper = new ObjectMapper(); Map<String, Object> result = ...
確定! 回上一頁