Uses of Interface
org.springframework.web.client.ApiVersionInserter
Packages that use ApiVersionInserter
-
Uses of ApiVersionInserter in org.springframework.web.client
Methods in org.springframework.web.client that return ApiVersionInserterModifier and TypeMethodDescriptionApiVersionInserter.Builder.build()Build theApiVersionInserterinstance.static ApiVersionInserterCreate an inserter that sets a header.static ApiVersionInserterApiVersionInserter.useMediaTypeParam(@Nullable String mediaTypeParam) Create an inserter to set a MediaType parameter on the "Content-Type" header.static ApiVersionInserterApiVersionInserter.usePathSegment(@Nullable Integer pathSegmentIndex) Create an inserter that inserts a path segment.static ApiVersionInserterApiVersionInserter.useQueryParam(@Nullable String queryParam) Create an inserter that sets a query parameter.Methods in org.springframework.web.client with parameters of type ApiVersionInserterModifier and TypeMethodDescriptionRestClient.Builder.apiVersionInserter(@Nullable ApiVersionInserter apiVersionInserter) Configure anApiVersionInserterto abstract how an API version specified viaRestClient.RequestHeadersSpec.apiVersion(Object)is inserted into the request.