类的使用
org.springframework.http.converter.HttpMessageNotWritableException
使用HttpMessageNotWritableException的程序包 程序包 说明 org.springframework.http.converter Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.org.springframework.http.converter.feed Provides HttpMessageConverter implementations for handling Atom and RSS feeds.org.springframework.http.converter.json Provides HttpMessageConverter implementations for handling JSON.org.springframework.http.converter.protobuf Provides an HttpMessageConverter implementation for handling Google Protocol Buffers.org.springframework.http.converter.xml Provides HttpMessageConverter implementations for handling XML.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.mvc.support Support package for MVC controllers.org.springframework.http.converter中HttpMessageNotWritableException的使用
抛出HttpMessageNotWritableException的org.springframework.http.converter中的方法 修饰符和类型 方法 说明 voidAbstractGenericHttpMessageConverter. write(T t, Type type, MediaType contentType, HttpOutputMessage outputMessage)This implementation sets the default headers by callingAbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType), and then callsAbstractGenericHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage).voidAbstractHttpMessageConverter. write(T t, MediaType contentType, HttpOutputMessage outputMessage)This implementation sets the default headers by callingAbstractHttpMessageConverter.addDefaultHeaders(org.springframework.http.HttpHeaders, T, org.springframework.http.MediaType), and then callsAbstractHttpMessageConverter.writeInternal(T, org.springframework.http.HttpOutputMessage).voidBufferedImageHttpMessageConverter. write(BufferedImage image, MediaType contentType, HttpOutputMessage outputMessage)voidFormHttpMessageConverter. write(MultiValueMap<String,?> map, MediaType contentType, HttpOutputMessage outputMessage)voidGenericHttpMessageConverter. write(T t, Type type, MediaType contentType, HttpOutputMessage outputMessage)Write an given object to the given output message.voidHttpMessageConverter. write(T t, MediaType contentType, HttpOutputMessage outputMessage)Write an given object to the given output message.protected voidResourceHttpMessageConverter. writeContent(Resource resource, HttpOutputMessage outputMessage)protected abstract voidAbstractGenericHttpMessageConverter. writeInternal(T t, Type type, HttpOutputMessage outputMessage)Abstract template method that writes the actual body.protected voidAbstractGenericHttpMessageConverter. writeInternal(T t, HttpOutputMessage outputMessage)protected abstract voidAbstractHttpMessageConverter. writeInternal(T t, HttpOutputMessage outputMessage)Abstract template method that writes the actual body.protected voidResourceHttpMessageConverter. writeInternal(Resource resource, HttpOutputMessage outputMessage)protected voidResourceRegionHttpMessageConverter. writeInternal(Object object, Type type, HttpOutputMessage outputMessage)org.springframework.http.converter.feed中HttpMessageNotWritableException的使用
抛出HttpMessageNotWritableException的org.springframework.http.converter.feed中的方法 修饰符和类型 方法 说明 protected voidAbstractWireFeedHttpMessageConverter. writeInternal(T wireFeed, HttpOutputMessage outputMessage)org.springframework.http.converter.json中HttpMessageNotWritableException的使用
抛出HttpMessageNotWritableException的org.springframework.http.converter.json中的方法 修饰符和类型 方法 说明 protected voidAbstractJackson2HttpMessageConverter. writeInternal(Object object, Type type, HttpOutputMessage outputMessage)protected voidAbstractJsonHttpMessageConverter. writeInternal(Object object, Type type, HttpOutputMessage outputMessage)org.springframework.http.converter.protobuf中HttpMessageNotWritableException的使用
抛出HttpMessageNotWritableException的org.springframework.http.converter.protobuf中的方法 修饰符和类型 方法 说明 protected voidProtobufHttpMessageConverter. writeInternal(com.google.protobuf.Message message, HttpOutputMessage outputMessage)org.springframework.http.converter.xml中HttpMessageNotWritableException的使用
抛出HttpMessageNotWritableException的org.springframework.http.converter.xml中的方法 修饰符和类型 方法 说明 voidJaxb2CollectionHttpMessageConverter. write(T t, Type type, MediaType contentType, HttpOutputMessage outputMessage)protected voidAbstractXmlHttpMessageConverter. writeInternal(T t, HttpOutputMessage outputMessage)protected voidSourceHttpMessageConverter. writeInternal(T t, HttpOutputMessage outputMessage)org.springframework.web.servlet.mvc.method.annotation中HttpMessageNotWritableException的使用
参数类型为HttpMessageNotWritableException的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 protected ResponseEntity<Object>ResponseEntityExceptionHandler. handleHttpMessageNotWritable(HttpMessageNotWritableException ex, HttpHeaders headers, HttpStatus status, WebRequest request)Customize the response for HttpMessageNotWritableException.抛出HttpMessageNotWritableException的org.springframework.web.servlet.mvc.method.annotation中的方法 修饰符和类型 方法 说明 voidRequestResponseBodyMethodProcessor. handleReturnValue(Object returnValue, MethodParameter returnType, ModelAndViewContainer mavContainer, NativeWebRequest webRequest)protected <T> voidAbstractMessageConverterMethodProcessor. writeWithMessageConverters(T value, MethodParameter returnType, ServletServerHttpRequest inputMessage, ServletServerHttpResponse outputMessage)Writes the given return type to the given output message.protected <T> voidAbstractMessageConverterMethodProcessor. writeWithMessageConverters(T value, MethodParameter returnType, NativeWebRequest webRequest)Writes the given return value to the given web request.org.springframework.web.servlet.mvc.support中HttpMessageNotWritableException的使用
参数类型为HttpMessageNotWritableException的org.springframework.web.servlet.mvc.support中的方法 修饰符和类型 方法 说明 protected ModelAndViewDefaultHandlerExceptionResolver. handleHttpMessageNotWritable(HttpMessageNotWritableException ex, HttpServletRequest request, HttpServletResponse response, Object handler)Handle the case where a message converter cannot write to an HTTP request.