响应实体中replaceAll(Response)的替换是什么?

时间:2019-04-15 09:14:19

标签: spring spring-boot spring-rest

响应具有replaceAll,它带有标头(类型:MultivaluedMap)。

如果我想使用ResponseEntity,等效代码是什么?

响应 .ResponseBuilder .entity(entityValue) .replaceAll(标题) .type(APPLICATION_JSON) .build();

1 个答案:

答案 0 :(得分:0)

您可以将构造函数用于:

new ResponseEntity<>(headers, HttpStatus.OK);

headers是“ MultiValueMap标头”