Interface ConversionServiceAware

All Known Subinterfaces:
MutableHttpHeaders, MutableHttpParameters, MutableHttpRequest<B>
All Known Implementing Classes:
CaseInsensitiveMutableHttpHeaders, ConvertibleMultiValuesMap, ConvertibleValuesMap, MutableConvertibleMultiValuesMap, MutableConvertibleValuesMap, 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 Details

    • setConversionService

      void setConversionService(@NonNull @NonNull ConversionService conversionService)
      Sets the conversion service.
      Parameters:
      conversionService - The conversion service