Javadoc refinement (aligned with 5.2.x)

See gh-25509
This commit is contained in:
Juergen Hoeller
2020-09-08 12:42:03 +02:00
parent b7883c3e37
commit c1f534548d

View File

@@ -285,9 +285,9 @@ public abstract class AbstractJackson2HttpMessageConverter extends AbstractGener
}
/**
* Return the charset to use for JSON input.
* Determine the charset to use for JSON input.
* <p>By default this is either the charset from the input {@code MediaType}
* or otherwise falling back on {@code UTF-8}.
* or otherwise falling back on {@code UTF-8}. Can be overridden in subclasses.
* @param contentType the content type of the HTTP input message
* @return the charset to use
* @since 5.1.18