Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.messaging.converter Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AbstractMessageConverterAbstract base class for SmartMessageConverter implementations includingsupport for common properties and a partial implementation of the conversion methods,Classorg.springframework.messaging.converterSpring MVC
ByteArrayMessageConverterA MessageConverter that supports MIME type application/octet-stream with thepayload converted to and from a byte[].Classorg.springframework.messaging.converterSpring MVC
CompositeMessageConverterA MessageConverter that delegates to a list of registered convertersto be invoked until one of them returns a non-null result.Classorg.springframework.messaging.converterSpring MVC
ContentTypeResolverResolve the content type for a message.Interfaceorg.springframework.messaging.converterSpring MVC
DefaultContentTypeResolverA default ContentTypeResolver that checks theMessageHeaders.Classorg.springframework.messaging.converterSpring MVC
GenericMessageConverterAn extension of the SimpleMessageConverter that uses aConversionService to convert the payload of the messageClassorg.springframework.messaging.converterSpring MVC
MappingJackson2MessageConverterA Jackson 2 based MessageConverter implementation.Classorg.springframework.messaging.converterSpring MVC
MarshallingMessageConverterMarshaller and Unmarshaller abstractions.Classorg.springframework.messaging.converterSpring MVC
MessageConversionExceptionAn exception raised by MessageConverter implementations.Classorg.springframework.messaging.converterSpring MVC
MessageConverterA converter to turn the payload of a Message from serialized form to a typedObject and vice versa.Interfaceorg.springframework.messaging.converterSpring MVC
SimpleMessageConverterA simple converter that simply unwraps the message payload as long as it matches theexpected target class.Classorg.springframework.messaging.converterSpring MVC
SmartMessageConverterAn extended MessageConverter SPI with conversion hint support.Interfaceorg.springframework.messaging.converterSpring MVC
StringMessageConverterA MessageConverter that supports MIME type text/plain with thepayload converted to and from a String.Classorg.springframework.messaging.converterSpring MVC