Class OkHttp3LoggingInterceptorAutoConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      okhttp3.logging.HttpLoggingInterceptor okHttp3LoggingInterceptor​(org.springframework.beans.factory.ObjectProvider<okhttp3.logging.HttpLoggingInterceptor.Logger> logger)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OkHttp3LoggingInterceptorAutoConfiguration

        public OkHttp3LoggingInterceptorAutoConfiguration()
    • Method Detail

      • okHttp3LoggingInterceptor

        @Bean
        @ConditionalOnMissingBean
        public okhttp3.logging.HttpLoggingInterceptor okHttp3LoggingInterceptor​(org.springframework.beans.factory.ObjectProvider<okhttp3.logging.HttpLoggingInterceptor.Logger> logger)