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 theHttpMessageConvertersinstance 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 HttpMessageConvertersWebMvcConfigurationSupport.createMessageConverters()Override this method to create a customHttpMessageConverters.