39 changed files with 70 additions and 74 deletions
@ -1,5 +1,10 @@ |
|||||||
/** |
/** |
||||||
* {@link org.springframework.core.codec.Encoder} and |
* Provides implementations of {@link org.springframework.core.codec.Encoder} |
||||||
* {@link org.springframework.core.codec.Decoder} implementations for web use. |
* and {@link org.springframework.core.codec.Decoder} for web use. |
||||||
|
* |
||||||
|
* <p>Also declares a high-level |
||||||
|
* {@link org.springframework.http.codec.HttpMessageReader} and |
||||||
|
* {@link org.springframework.http.codec.HttpMessageWriter} for reading and |
||||||
|
* writing the body of HTTP requests and responses. |
||||||
*/ |
*/ |
||||||
package org.springframework.http.codec; |
package org.springframework.http.codec; |
||||||
|
|||||||
@ -1,8 +0,0 @@ |
|||||||
/** |
|
||||||
* {@link org.springframework.http.converter.reactive.HttpMessageReader}, |
|
||||||
* {@link org.springframework.http.converter.reactive.HttpMessageWriter} |
|
||||||
* and implementations for use with reactive |
|
||||||
* {@link org.springframework.core.codec.Encoder} and |
|
||||||
* {@link org.springframework.core.codec.Decoder} implementations. |
|
||||||
*/ |
|
||||||
package org.springframework.http.converter.reactive; |
|
||||||
Loading…
Reference in new issue