additionalCustomizers
open fun additionalCustomizers(customizers: Collection<out RestTemplateCustomizer>): RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate. Customizers are applied in the order that they were added after builder configuration has been applied.
Return
a new builder instance
Parameters
customizers
the customizers to add