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 TypeMethodDescriptionstatic ApiVersionInserter.BuilderApiVersionInserter.builder()Create a builder for anApiVersionInserter.Configure the inserter to set a header.ApiVersionInserter.Builder.useMediaTypeParam(@Nullable String param) Create an inserter to set a MediaType parameter on the "Content-Type" header.ApiVersionInserter.Builder.usePathSegment(@Nullable Integer pathSegmentIndex) Configure the inserter to insert a path segment.ApiVersionInserter.Builder.useQueryParam(@Nullable String queryParam) Configure the inserter to set a query parameter.ApiVersionInserter.Builder.withVersionFormatter(ApiVersionFormatter versionFormatter) Format the version Object into a String using the givenApiVersionFormatter.