Document default charset in Jackson message converters Javadoc

Issue: SPR-13600
This commit is contained in:
Sebastien Deleuze
2015-10-26 11:39:00 +01:00
parent 0039c74649
commit 994a11da3e
3 changed files with 5 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ public class MappingJackson2MessageConverter extends AbstractMessageConverter {
/**
* Construct a {@code MappingJackson2MessageConverter} supporting
* the {@code application/json} MIME type.
* the {@code application/json} MIME type with {@code UTF-8} character set.
*/
public MappingJackson2MessageConverter() {
super(new MimeType("application", "json", Charset.forName("UTF-8")));