Uses of Interface
org.springframework.http.converter.HttpMessageConverters
Packages that use HttpMessageConverters
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Annotation-based setup for Spring MVC.
-
Uses of HttpMessageConverters in org.springframework.http.converter
Methods in org.springframework.http.converter that return HttpMessageConvertersModifier and TypeMethodDescriptionHttpMessageConverters.Builder.build()
Build and return theHttpMessageConverters
instance configured by this builder. -
Uses of HttpMessageConverters in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return HttpMessageConvertersModifier and TypeMethodDescriptionprotected HttpMessageConverters
WebMvcConfigurationSupport.createMessageConverters()
Override this method to create a customHttpMessageConverters
.