Class OkHttp3LoggingInterceptorAutoConfiguration

java.lang.Object
io.freefair.spring.okhttp.logging.OkHttp3LoggingInterceptorAutoConfiguration

@AutoConfiguration(before=OkHttp3AutoConfiguration.class) @ConditionalOnClass(okhttp3.logging.HttpLoggingInterceptor.class) @EnableConfigurationProperties(OkHttp3LoggingInterceptorProperties.class) public class OkHttp3LoggingInterceptorAutoConfiguration extends Object