Uses of Interface
org.springframework.web.client.ApiVersionInserter
Packages that use ApiVersionInserter
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient.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.test.web.reactive.server
Methods in org.springframework.test.web.reactive.server with parameters of type ApiVersionInserterModifier and TypeMethodDescriptionWebTestClient.Builder.apiVersionInserter(ApiVersionInserter apiVersionInserter) Configure anApiVersionInserterto abstract how an API version specified viaWebTestClient.RequestHeadersSpec.apiVersion(Object)is inserted into the request. -
Uses of ApiVersionInserter in org.springframework.web.client
Methods in org.springframework.web.client that return ApiVersionInserterModifier and TypeMethodDescriptionApiVersionInserter.Builder.build()Build theApiVersionInserterinstance.Methods in org.springframework.web.client with parameters of type ApiVersionInserterModifier and TypeMethodDescriptionRestClient.Builder.apiVersionInserter(ApiVersionInserter apiVersionInserter) Configure anApiVersionInserterto 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 anApiVersionInserterto abstract how an API version specified viaWebClient.RequestHeadersSpec.apiVersion(Object)is inserted into the request.