Interface ConversionServiceAware
- All Known Subinterfaces:
MutableHttpHeaders, MutableHttpParameters, MutableHttpRequest<B>
- All Known Implementing Classes:
CaseInsensitiveMutableHttpHeaders, ConvertibleMultiValuesMap, ConvertibleValuesMap, MutableConvertibleMultiValuesMap, MutableConvertibleValuesMap, MutableHttpRequestWrapper, NettyClientHttpRequest, NettyHttpHeaders, NettyHttpParameters, SimpleCookies, SimpleHttpHeaders, SimpleHttpParameters, SimpleHttpRequest
public interface ConversionServiceAware
Interface used when the component requires to set up bean context's
ConversionService.- Since:
- 4.0.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConversionService(ConversionService conversionService) Sets the conversion service.
-
Method Details
-
setConversionService
Sets the conversion service.- Parameters:
conversionService- The conversion service
-