Uses of Interface
org.springframework.web.client.ApiVersionInserter.Builder
Packages that use ApiVersionInserter.Builder
-
Uses of ApiVersionInserter.Builder in org.springframework.web.client
Methods in org.springframework.web.client that return ApiVersionInserter.BuilderModifier and TypeMethodDescriptionApiVersionInserter.Builder.fromHeader(@Nullable String header) Configure the inserter to set a header.static ApiVersionInserter.BuilderApiVersionInserter.fromHeader(@Nullable String header) Create a builder for an inserter that sets a header.ApiVersionInserter.Builder.fromPathSegment(@Nullable Integer pathSegmentIndex) Configure the inserter to insert a path segment.static ApiVersionInserter.BuilderApiVersionInserter.fromPathSegment(@Nullable Integer pathSegmentIndex) Create a builder for an inserter that inserts a path segment.ApiVersionInserter.Builder.fromQueryParam(@Nullable String queryParam) Configure the inserter to set a query parameter.static ApiVersionInserter.BuilderApiVersionInserter.fromQueryParam(@Nullable String queryParam) Create a builder for an inserter that sets a query parameter.ApiVersionInserter.Builder.withVersionFormatter(ApiVersionFormatter versionFormatter) Format the version Object into a String using the givenApiVersionFormatter.