org.springframework.boot.web.codec

Interface CodecCustomizer

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface CodecCustomizer
    Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with a CodecConfigurer.
    Since:
    2.0
    Author:
    Brian Clozel
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void customize(org.springframework.http.codec.CodecConfigurer configurer)
      Callback to customize a CodecConfigurer instance.
    • Method Detail

      • customize

        void customize(org.springframework.http.codec.CodecConfigurer configurer)
        Callback to customize a CodecConfigurer instance.
        Parameters:
        configurer - codec configurer to customize

Copyright © 2018 Pivotal Software, Inc.. All rights reserved.