Polishing

This commit is contained in:
Juergen Hoeller
2019-04-30 18:43:16 +02:00
parent e0423fbdc2
commit 90d4e9090c
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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