Class OkHttpExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.OkHttpExtension
-
public class OkHttpExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description OkHttpExtension(ObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Property<HttpLoggingInterceptor.Level>getLoggingLevel()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
OkHttpExtension
@Inject public OkHttpExtension(ObjectFactory objectFactory)
-
-
Method Detail
-
getLoggingLevel
public Property<HttpLoggingInterceptor.Level> getLoggingLevel()
-
canEqual
protected boolean canEqual(Object other)
-
-