Package 

Class JsonAdapterEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Class<T> type
      private final Function1<Moshi, JsonAdapter<T>> adapter
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonAdapterEntry(Class<T> type, Function1<Moshi, JsonAdapter<T>> adapter)
    • Method Summary

      Modifier and Type Method Description
      final Class<T> getType()
      final Function1<Moshi, JsonAdapter<T>> getAdapter()
      String toString()
      • Methods inherited from class java.lang.Object

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