Uses of Class
org.springframework.http.converter.HttpMessageNotWritableException
Packages that use HttpMessageNotWritableException
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
Provides HttpMessageConverter implementations for handling XML.
-
Uses of HttpMessageNotWritableException in org.springframework.http.converter
Methods in org.springframework.http.converter that throw HttpMessageNotWritableExceptionModifier and TypeMethodDescriptionfinal 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).final 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(org.springframework.util.MultiValueMap<String, ?> map, MediaType contentType, HttpOutputMessage outputMessage) voidGenericHttpMessageConverter.write(T t, Type type, MediaType contentType, HttpOutputMessage outputMessage) Write a given object to the given output message.voidHttpMessageConverter.write(T t, MediaType contentType, HttpOutputMessage outputMessage) Write a given object to the given output message.protected voidResourceHttpMessageConverter.writeContent(org.springframework.core.io.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 final voidAbstractKotlinSerializationHttpMessageConverter.writeInternal(Object object, Type type, HttpOutputMessage outputMessage) protected abstract voidAbstractKotlinSerializationHttpMessageConverter.writeInternal(Object object, kotlinx.serialization.KSerializer<Object> serializer, T format, HttpOutputMessage outputMessage) Write the given object to the output message with the given serializer and format.protected voidKotlinSerializationBinaryHttpMessageConverter.writeInternal(Object object, kotlinx.serialization.KSerializer<Object> serializer, T format, HttpOutputMessage outputMessage) protected voidKotlinSerializationStringHttpMessageConverter.writeInternal(Object object, kotlinx.serialization.KSerializer<Object> serializer, T format, HttpOutputMessage outputMessage) protected voidResourceHttpMessageConverter.writeInternal(org.springframework.core.io.Resource resource, HttpOutputMessage outputMessage) protected voidResourceRegionHttpMessageConverter.writeInternal(Object object, Type type, HttpOutputMessage outputMessage) -
Uses of HttpMessageNotWritableException in org.springframework.http.converter.feed
Methods in org.springframework.http.converter.feed that throw HttpMessageNotWritableExceptionModifier and TypeMethodDescriptionprotected voidAbstractWireFeedHttpMessageConverter.writeInternal(T wireFeed, HttpOutputMessage outputMessage) -
Uses of HttpMessageNotWritableException in org.springframework.http.converter.json
Methods in org.springframework.http.converter.json that throw HttpMessageNotWritableExceptionModifier and TypeMethodDescriptionprotected voidAbstractJackson2HttpMessageConverter.writeInternal(Object object, Type type, HttpOutputMessage outputMessage) protected final voidAbstractJsonHttpMessageConverter.writeInternal(Object object, Type type, HttpOutputMessage outputMessage) -
Uses of HttpMessageNotWritableException in org.springframework.http.converter.protobuf
Methods in org.springframework.http.converter.protobuf that throw HttpMessageNotWritableExceptionModifier and TypeMethodDescriptionprotected voidProtobufHttpMessageConverter.writeInternal(com.google.protobuf.Message message, HttpOutputMessage outputMessage) -
Uses of HttpMessageNotWritableException in org.springframework.http.converter.xml
Methods in org.springframework.http.converter.xml that throw HttpMessageNotWritableExceptionModifier and TypeMethodDescriptionvoidJaxb2CollectionHttpMessageConverter.write(T t, Type type, MediaType contentType, HttpOutputMessage outputMessage) protected final voidAbstractXmlHttpMessageConverter.writeInternal(T t, HttpOutputMessage outputMessage) protected voidSourceHttpMessageConverter.writeInternal(T t, HttpOutputMessage outputMessage)