Package 

Class ConnectJsonAdapterFactory

  • All Implemented Interfaces:
    com.squareup.moshi.JsonAdapter.Factory

    
    public abstract class ConnectJsonAdapterFactory
     implements JsonAdapter.Factory
                        
    • Method Summary

      Modifier and Type Method Description
      JsonAdapter<?> create(Type type, Set<Annotation> annotations, Moshi moshi)
      • Methods inherited from class com.squareup.moshi.JsonAdapter.Factory

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • ConnectJsonAdapterFactory

        ConnectJsonAdapterFactory(Pair<String, Function1<Moshi, JsonAdapter<?>>> typesToAdapters)