Uses of Class
ch.brix.gql.client.TypeRegistry
-
-
Uses of TypeRegistry in ch.brix.gql.client
Methods in ch.brix.gql.client with parameters of type TypeRegistry Modifier and Type Method Description static <T> TDeserializer. deserializeResult(com.google.gson.JsonElement json, Call<T> call, TypeRegistry typeRegistry)Constructors in ch.brix.gql.client with parameters of type TypeRegistry Constructor Description Client(String endpoint, TypeRegistry typeRegistry)ThrottledClient(String endpoint, TypeRegistry typeRegistry, long requests, long perSeconds)ThrottledClient(String endpoint, okhttp3.OkHttpClient client, TypeRegistry typeRegistry, long requests, long perSeconds)
-