Interface MediaTypeConfigurationCustomizer<T>


public interface MediaTypeConfigurationCustomizer<T>
Callback interface to customize media type-specific configuration. Declare instances of the interface as bean methods in Spring configuration.
Since:
2.2
Author:
Oliver Drotbohm
  • Method Summary

    Modifier and Type
    Method
    Description
    customize(T configuration)
    Customize the given configuration instance.
  • Method Details

    • customize

      T customize(T configuration)
      Customize the given configuration instance.
      Parameters:
      configuration - will never be null.
      Returns:
      must not be null.