クラス HypermediaWebClientConfigurer
java.lang.ObjectSE
org.springframework.hateoas.config.HypermediaWebClientConfigurer
- 導入:
- 1.1
- 作成者:
- Greg Turnquist, Oliver Drotbohm
方法の概要
修飾子と型メソッド説明org.springframework.web.reactive.function.client.WebClient.BuilderregisterHypermediaTypes(org.springframework.web.reactive.function.client.WebClient.Builder builder) このWebClient.Builderに適切なJackson2JsonEncoderとAbstractJacksonDecoderを適用します。
メソッドの詳細
registerHypermediaTypes
public org.springframework.web.reactive.function.client.WebClient.Builder registerHypermediaTypes(org.springframework.web.reactive.function.client.WebClient.Builder builder) このWebClient.Builderに適切なJackson2JsonEncoderとAbstractJacksonDecoderを適用します。- パラメーター:
builder-- 戻り値:
- ハイパーメディア型を処理するために登録された
WebClient.Builder。