Class FastJsonConverterFactory

  • All Implemented Interfaces:

    
    public class FastJsonConverterFactory
    extends Converter.Factory
                        
    Since:

    2022-09-11

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Converter.Factory create()
      Converter<ResponseBody, out Object> responseBodyConverter(@NotNull() Type type, Array<Annotation> annotations, @NotNull() Retrofit retrofit)
      Converter<out Object, RequestBody> requestBodyConverter(@NotNull() Type type, Array<Annotation> parameterAnnotations, Array<Annotation> methodAnnotations, @NotNull() Retrofit retrofit)
      • Methods inherited from class retrofit2.Converter.Factory

        stringConverter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait