Uses of Interface
org.springframework.http.converter.HttpMessageConverters.ServerBuilder
Packages that use HttpMessageConverters.ServerBuilder
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
-
Uses of HttpMessageConverters.ServerBuilder in org.springframework.http.converter
Subinterfaces with type arguments of type HttpMessageConverters.ServerBuilder in org.springframework.http.converterModifier and TypeInterfaceDescriptionstatic interfaceServer builder for anHttpMessageConvertersinstance.Methods in org.springframework.http.converter that return HttpMessageConverters.ServerBuilderModifier and TypeMethodDescriptionHttpMessageConverters.forServer()Create a builder instance, tailored for HTTP server usage.