messageConverters

Set the HttpMessageConverters that should be used with the RestTemplate. Setting this value will replace any previously configured converters and any converters configured on the builder will replace RestTemplate's default converters.

Return

a new builder instance

Parameters

messageConverters

the converters to set

See also