Class JsonAdapterAnnotationTypeAdapterFactory.DummyTypeAdapterFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> TypeAdapter<T> create​(Gson gson, TypeToken<T> type)
      Returns a type adapter for type, or null if this factory doesn't support type.
      • Methods inherited from class java.lang.Object

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

      • DummyTypeAdapterFactory

        private DummyTypeAdapterFactory()