Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.http.converter Classes and Interfaces - 37 results found.
NameDescriptionTypePackageFramework
AbstractGenericHttpMessageConverterAbstract base class for most GenericHttpMessageConverter implementations.Classorg.springframework.http.converterSpring MVC
AbstractHttpMessageConverterAbstract base class for most HttpMessageConverter implementations.Classorg.springframework.http.converterSpring MVC
AbstractJackson2HttpMessageConverterAbstract base class for Jackson based and content type independentHttpMessageConverter implementations.Classorg.springframework.http.converter.jsonSpring MVC
AbstractJaxb2HttpMessageConverterAbstract base class for HttpMessageConvertersthat use JAXB2.Classorg.springframework.http.converter.xmlSpring MVC
AbstractWireFeedHttpMessageConverterAbstract base class for Atom and RSS Feed message converters, using the>NOTE: As of Spring 4.Classorg.springframework.http.converter.feedSpring MVC
AbstractXmlHttpMessageConverterAbstract base class for HttpMessageConvertersthat convert from/to XML.Classorg.springframework.http.converter.xmlSpring MVC
AllEncompassingFormHttpMessageConverterExtension of FormHttpMessageConverter,adding support for XML and JSON-based parts.Classorg.springframework.http.converter.supportSpring MVC
AtomFeedHttpMessageConverterthat can read and write Atom feeds.Classorg.springframework.http.converter.feedSpring MVC
BufferedImageHttpMessageConverterBy default, this converter can read all media types that are supportedby the registered image readers,Classorg.springframework.http.converterSpring MVC
ByteArrayHttpMessageConverterBy default, this converter supports all media types (*/*), andwrites with a Content-Type of application/octet-stream.Classorg.springframework.http.converterSpring MVC
ExtensionRegistryInitializerGoogle Protocol Messages can contain message extensions that can be parsed ifthe appropriate configuration has been registered in the ExtensionRegistry.Interfaceorg.springframework.http.converter.protobufSpring MVC
FormHttpMessageConverterforms and also to write (but not read) multipart data (e.Classorg.springframework.http.converterSpring MVC
GenericHttpMessageConverterA specialization of HttpMessageConverter that can convert an HTTP requestinto a target object of a specified generic type and a source object of a specifiedInterfaceorg.springframework.http.converterSpring MVC
GsonBuilderUtilsA simple utility class for obtaining a Google Gson 2.Classorg.springframework.http.converter.jsonSpring MVC
GsonFactoryBeanA FactoryBean for creating a Google Gson 2.Classorg.springframework.http.converter.jsonSpring MVC
GsonHttpMessageConverterthat can read and write JSON using theGoogle Gson library'sClassorg.springframework.http.converter.jsonSpring MVC
HttpMessageConversionExceptionThrown by HttpMessageConverter implementations when a conversion attempt fails.Classorg.springframework.http.converterSpring MVC
HttpMessageConverterStrategy interface that specifies a converter that can convert from and to HTTP requests and responses.Interfaceorg.springframework.http.converterSpring MVC
HttpMessageNotReadableExceptionThrown by HttpMessageConverter implementations when theHttpMessageConverter.Classorg.springframework.http.converterSpring MVC
HttpMessageNotWritableExceptionThrown by HttpMessageConverter implementations when theHttpMessageConverter.Classorg.springframework.http.converterSpring MVC
Jackson2ObjectMapperBuilderA builder used to create ObjectMapper instances with a fluent API.Classorg.springframework.http.converter.jsonSpring MVC
Jackson2ObjectMapperFactoryBeanA FactoryBean for creating a Jackson 2.Classorg.springframework.http.converter.jsonSpring MVC
Jaxb2CollectionHttpMessageConverterAn HttpMessageConverter that can read XML collections using JAXB2.Classorg.springframework.http.converter.xmlSpring MVC
Jaxb2RootElementHttpMessageConverterThis converter can read classes annotated with XmlRootElement andXmlType, and write classes annotated with with XmlRootElement,Classorg.springframework.http.converter.xmlSpring MVC
MappingJackson2HttpMessageConvertercan read and write JSON using Jackson 2.Classorg.springframework.http.converter.jsonSpring MVC
MappingJackson2XmlHttpMessageConverterthat can read and write XML using Jackson 2.Classorg.springframework.http.converter.xmlSpring MVC
MappingJacksonInputMessageHttpInputMessage that can eventually stores a Jackson view that will be usedto deserialize the message.Classorg.springframework.http.converter.jsonSpring MVC
MappingJacksonValueA simple holder for the POJO to serialize viaMappingJackson2HttpMessageConverter along with furtherClassorg.springframework.http.converter.jsonSpring MVC
MarshallingHttpMessageConverterthat can read and write XML using Spring's Marshaller and Unmarshaller abstractions.Classorg.springframework.http.converter.xmlSpring MVC
ObjectToStringHttpMessageConverterAn HttpMessageConverter that uses StringHttpMessageConverterfor reading and writing content and a ConversionService for convertingClassorg.springframework.http.converterSpring MVC
ProtobufHttpMessageConverterAn HttpMessageConverter that can read and write ProtobufGoogle Protocol buffers.Classorg.springframework.http.converter.protobufSpring MVC
ResourceHttpMessageConverterBy default, this converter can read all media types.Classorg.springframework.http.converterSpring MVC
RssChannelHttpMessageConverterthat can read and write RSS feeds.Classorg.springframework.http.converter.feedSpring MVC
SourceHttpMessageConverterthat can read and write Source objects.Classorg.springframework.http.converter.xmlSpring MVC
SpringHandlerInstantiatorEventually get Jackson handler (JsonSerializer, JsonDeserializer,KeyDeserializer, TypeResolverBuilder, TypeIdResolver) beans byClassorg.springframework.http.converter.jsonSpring MVC
StringHttpMessageConverterBy default, this converter supports all media types (*/*),and writes with a Content-Type of text/plain.Classorg.springframework.http.converterSpring MVC
XmlAwareFormHttpMessageConverterExtension of FormHttpMessageConverter,adding support for XML-based parts through a SourceHttpMessageConverter.Classorg.springframework.http.converter.xmlSpring MVC