Using 'convertValue' method of ObjectMapper class, you can convert jsonNode to a map. Example. Map<String, Object> result = mapper.convertValue( ...
確定! 回上一頁