We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ae711 commit 1ef60f2Copy full SHA for 1ef60f2
spring-web/src/main/java/org/springframework/http/converter/HttpMessageConverter.java
@@ -54,7 +54,7 @@ public interface HttpMessageConverter<T> {
54
55
/**
56
* Return the list of {@link MediaType} objects supported by this converter.
57
- * @return the list of supported media types
+ * @return the list of supported media types, potentially an immutable copy
58
*/
59
List<MediaType> getSupportedMediaTypes();
60
0 commit comments