Browse Source

Polishing

pull/23050/head
Juergen Hoeller 6 years ago
parent
commit
90d4e9090c
  1. 3
      spring-webflux/src/main/java/org/springframework/web/reactive/function/server/EntityResponse.java
  2. 3
      spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java

3
spring-webflux/src/main/java/org/springframework/web/reactive/function/server/EntityResponse.java

@ -264,8 +264,7 @@ public interface EntityResponse<T> extends ServerResponse { @@ -264,8 +264,7 @@ public interface EntityResponse<T> extends ServerResponse {
Builder<T> hint(String key, Object value);
/**
* Manipulate serialization hint with the given consumer.
*
* Customize the serialization hints with the given consumer.
* @param hintsConsumer a function that consumes the hints
* @return this builder
* @since 5.1.6

3
spring-webflux/src/main/java/org/springframework/web/reactive/function/server/ServerResponse.java

@ -377,8 +377,7 @@ public interface ServerResponse { @@ -377,8 +377,7 @@ public interface ServerResponse {
BodyBuilder hint(String key, Object value);
/**
* Manipulate serialization hint with the given consumer.
*
* Customize the serialization hints with the given consumer.
* @param hintsConsumer a function that consumes the hints
* @return this builder
* @since 5.1.6

Loading…
Cancel
Save