| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatus,
| n.a. |
|
|
||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatus,
| n.a. |
|
|
||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatusCode) | n.a. |
|
|
||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatusCode,
| n.a. |
|
|
||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatusCode,
| n.a. |
|
|
||||||||||||
| UNCHANGED | public abstract | int | rawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public abstract | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | statusCode() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.function.client.ClientResponse$Builder | statusCode(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.client.ClientResponse$Builder | statusCode(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.web.reactive.function.client.ClientResponse | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | int | rawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | statusCode() | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | WebClientAdapter(org.springframework.web.reactive.function.client.WebClient) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.core.publisher.Mono | requestToBodilessEntity(org.springframework.web.service.invoker.HttpRequestValues) | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToBody(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Flux | requestToBodyFlux(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToEntity(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToEntityFlux(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToHeaders(org.springframework.web.service.invoker.HttpRequestValues) | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToVoid(org.springframework.web.service.invoker.HttpRequestValues) | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | UnknownHttpStatusCodeException(org.springframework.http.HttpStatusCode,
| n.a. | n.a. |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | WebClientResponseException(java.lang.String,
| n.a. | n.a. |
|
||||
| NEW | public | WebClientResponseException(org.springframework.http.HttpStatusCode,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | static public | org.springframework.web.reactive.function.client.WebClientResponseException | create(org.springframework.http.HttpStatusCode,
| n.a. |
|
|
||||||||||||
| UNCHANGED | public | int | getRawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | java.lang.Object | getResponseBodyAs(java.lang.Class)
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | java.lang.Object | getResponseBodyAs(org.springframework.core.ParameterizedTypeReference)
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatusCode() | n.a. |
|
|
||||||||||||
| NEW | public | void | setBodyDecodeFunction(java.util.function.Function) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.function.server.EntityResponse$Builder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.server.EntityResponse$Builder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.function.server.RenderingResponse$Builder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.server.RenderingResponse$Builder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public abstract | int | rawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.server.ServerResponse$BodyBuilder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.server.ServerResponse$BodyBuilder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
||||||||||||
| MODIFIED (!) | public abstract | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | statusCode() | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | RedirectView(java.lang.String,
| n.a. |
|
|
||||||
| NEW | public | RedirectView(java.lang.String,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatusCode() | n.a. |
|
|
||||||
| REMOVED (!) | public | void | setStatusCode(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW | public | void | setStatusCode(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| MODIFIED (!) | public abstract | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | status() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.result.view.Rendering$Builder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.result.view.Rendering$Builder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|