HypermediaWebClientConfigurer and it's WebClient.Builder-oriented approach.@Deprecated public class WebClientConfigurer extends Object
ExchangeStrategies needed to wire a WebClient with hypermedia support.| Constructor and Description |
|---|
WebClientConfigurer(com.fasterxml.jackson.databind.ObjectMapper mapper,
List<HypermediaMappingInformation> hypermediaTypes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExchangeStrategies |
hypermediaExchangeStrategies()
Deprecated.
Return a set of
ExchangeStrategies driven by registered EnableHypermediaSupport.HypermediaTypes. |
WebClient |
registerHypermediaTypes(WebClient webClient)
Deprecated.
Register the proper
ExchangeStrategies for a given WebClient. |
public WebClientConfigurer(com.fasterxml.jackson.databind.ObjectMapper mapper,
List<HypermediaMappingInformation> hypermediaTypes)
mapper - must not be null.hypermediaTypes - must not be null.public ExchangeStrategies hypermediaExchangeStrategies()
ExchangeStrategies driven by registered EnableHypermediaSupport.HypermediaTypes.Encoders and Decoder assembled into a ExchangeStrategies.public WebClient registerHypermediaTypes(WebClient webClient)
ExchangeStrategies for a given WebClient.webClient - Copyright © 2011–2021 Pivotal, Inc.. All rights reserved.