Class OkHttp3LoggingInterceptorProperties
java.lang.Object
io.freefair.spring.okhttp.autoconfigure.logging.OkHttp3LoggingInterceptorProperties
@ConfigurationProperties(prefix="okhttp.logging")
public class OkHttp3LoggingInterceptorProperties
extends Object
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanokhttp3.logging.HttpLoggingInterceptor.LevelgetLevel()The level at which the HttpLoggingInterceptor logs.inthashCode()voidsetLevel(okhttp3.logging.HttpLoggingInterceptor.Level level) The level at which the HttpLoggingInterceptor logs.toString() 
- 
Constructor Details
- 
OkHttp3LoggingInterceptorProperties
public OkHttp3LoggingInterceptorProperties() 
 - 
 - 
Method Details