Skip to content

Commit

Permalink
HttpMessageConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
seaswalker committed Aug 11, 2017
1 parent 27accec commit ff2254e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion note/spring-mvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1089,4 +1089,6 @@ HandlerMethodReturnValueHandler接口以及主要实现类如下:
- MapMethodProcessor
- ModelAndViewResolverMethodReturnValueHandler

从中也可以推测出我们可以把哪些类型的值(对象)直接"丢给"Spring。
从中也可以推测出我们可以把哪些类型的值(对象)直接"丢给"Spring。

对于HandlerMethodArgumentResolver和HandlerMethodReturnValueHandler来说,HttpMessageConverter像是两者手中用来实现功能的武器。

0 comments on commit ff2254e

Please sign in to comment.