Class QueryConverterFactory


  • public class QueryConverterFactory
    extends retrofit2.Converter.Factory
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static QueryConverterFactory create()  
      retrofit2.Converter<?,​java.lang.String> stringConverter​(java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, retrofit2.Retrofit retrofit)  
      • Methods inherited from class retrofit2.Converter.Factory

        getParameterUpperBound, getRawType, requestBodyConverter, responseBodyConverter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryConverterFactory

        public QueryConverterFactory()
    • Method Detail

      • stringConverter

        public retrofit2.Converter<?,​java.lang.String> stringConverter​(java.lang.reflect.Type type,
                                                                             java.lang.annotation.Annotation[] annotations,
                                                                             retrofit2.Retrofit retrofit)
        Overrides:
        stringConverter in class retrofit2.Converter.Factory