Class QueryConverterFactory
java.lang.Object
retrofit2.Converter.Factory
io.getstream.chat.java.services.framework.QueryConverterFactory
public class QueryConverterFactory
extends retrofit2.Converter.Factory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryConverterFactorycreate()retrofit2.Converter<?,String> stringConverter(Type type, Annotation[] annotations, retrofit2.Retrofit retrofit) Methods inherited from class retrofit2.Converter.Factory
getParameterUpperBound, getRawType, requestBodyConverter, responseBodyConverter
-
Constructor Details
-
QueryConverterFactory
public QueryConverterFactory()
-
-
Method Details
-
create
-
stringConverter
public retrofit2.Converter<?,String> stringConverter(Type type, Annotation[] annotations, retrofit2.Retrofit retrofit) - Overrides:
stringConverterin classretrofit2.Converter.Factory
-