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)
-