Object SchemaDownloader
-
- All Implemented Interfaces:
public class SchemaDownloader
-
-
Field Summary
Fields Modifier and Type Field Description public final static SchemaDownloaderINSTANCE
-
Method Summary
Modifier and Type Method Description final OkHttpClientnewOkHttpClient(Long connectTimeoutSeconds, Long readTimeoutSeconds, Long writeTimeoutSeconds, Boolean useSelfSignedCertificat, Boolean useGzip)final UnitdownloadIntrospection(String endpoint, File schema, Map<String, String> headers, Boolean prettyPrint, OkHttpClient okHttpClient)final UnitdownloadRegistry(String graph, File schema, String key, String variant, Boolean prettyPrint, OkHttpClient okHttpClient)-
-
Method Detail
-
newOkHttpClient
final OkHttpClient newOkHttpClient(Long connectTimeoutSeconds, Long readTimeoutSeconds, Long writeTimeoutSeconds, Boolean useSelfSignedCertificat, Boolean useGzip)
-
downloadIntrospection
final Unit downloadIntrospection(String endpoint, File schema, Map<String, String> headers, Boolean prettyPrint, OkHttpClient okHttpClient)
-
-
-
-