类的使用
cn.taketoday.web.bind.resolver.AbstractMessageConverterMethodArgumentResolver
-
cn.taketoday.web.bind.resolver中AbstractMessageConverterMethodArgumentResolver的使用
修饰符和类型类说明classExtendsAbstractMessageConverterMethodArgumentResolverwith the ability to handle method return values by writing to the response withHttpMessageConverters.classResolvesHttpEntityandRequestEntitymethod argument values and also handlesHttpEntityandResponseEntityreturn values.classResolves the following method arguments: Annotated with @RequestPartOf typeMultipartFileOf typejakarta.servlet.http.Partin conjunction with Servlet multipart requestsclassResolves method arguments annotated with@RequestBodyand handles return values from methods annotated with@ResponseBodyby reading and writing to the body of the request or response with anHttpMessageConverter.