Uses of Interface
org.springframework.web.client.ApiVersionInserter
Packages that use ApiVersionInserter
Package
Description
Core package of the client-side web support.
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.-
Uses of ApiVersionInserter in org.springframework.web.client
Classes in org.springframework.web.client that implement ApiVersionInserterModifier and TypeClassDescriptionfinal class
Default implementation ofApiVersionInserter
to insert the version into a request header, query parameter, or the URL path.Methods in org.springframework.web.client that return ApiVersionInserterMethods in org.springframework.web.client with parameters of type ApiVersionInserterModifier and TypeMethodDescriptionRestClient.Builder.apiVersionInserter
(ApiVersionInserter apiVersionInserter) Configure anApiVersionInserter
to abstract how an API version specified viaRestClient.RequestHeadersSpec.apiVersion(Object)
is inserted into the request. -
Uses of ApiVersionInserter in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client with parameters of type ApiVersionInserterModifier and TypeMethodDescriptionWebClient.Builder.apiVersionInserter
(ApiVersionInserter apiVersionInserter) Configure anApiVersionInserter
to abstract how an API version specified viaWebClient.RequestHeadersSpec.apiVersion(Object)
is inserted into the request.