Polishing
This commit is contained in:
@@ -264,8 +264,7 @@ public interface EntityResponse<T> extends ServerResponse {
|
|||||||
Builder<T> hint(String key, Object value);
|
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
|
* @param hintsConsumer a function that consumes the hints
|
||||||
* @return this builder
|
* @return this builder
|
||||||
* @since 5.1.6
|
* @since 5.1.6
|
||||||
|
|||||||
@@ -377,8 +377,7 @@ public interface ServerResponse {
|
|||||||
BodyBuilder hint(String key, Object value);
|
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
|
* @param hintsConsumer a function that consumes the hints
|
||||||
* @return this builder
|
* @return this builder
|
||||||
* @since 5.1.6
|
* @since 5.1.6
|
||||||
|
|||||||
Reference in New Issue
Block a user