privateResponseEntity(@NullableT body,@NullableMultiValueMap<String, String> headers, Object status) { super(body, headers); Assert.notNull(status,"HttpStatus must not be null"); this.status = status; } @param body: the entity body ResponseEntity需要一個泛型T ...