WebClient.java (spring-framework-5.3.23) | : | WebClient.java (spring-framework-5.3.24) | ||
---|---|---|---|---|
skipping to change at line 334 | skipping to change at line 334 | |||
* @param builderConsumer the consumer to apply | * @param builderConsumer the consumer to apply | |||
*/ | */ | |||
Builder apply(Consumer<Builder> builderConsumer); | Builder apply(Consumer<Builder> builderConsumer); | |||
/** | /** | |||
* Clone this {@code WebClient.Builder}. | * Clone this {@code WebClient.Builder}. | |||
*/ | */ | |||
Builder clone(); | Builder clone(); | |||
/** | /** | |||
* Builder the {@link WebClient} instance. | * Build the {@link WebClient} instance. | |||
*/ | */ | |||
WebClient build(); | WebClient build(); | |||
} | } | |||
/** | /** | |||
* Contract for specifying the URI for a request. | * Contract for specifying the URI for a request. | |||
* @param <S> a self reference to the spec type | * @param <S> a self reference to the spec type | |||
*/ | */ | |||
interface UriSpec<S extends RequestHeadersSpec<?>> { | interface UriSpec<S extends RequestHeadersSpec<?>> { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |