Class InterceptorFactory

  • All Implemented Interfaces:
    TypeAdapterFactory

    public final class InterceptorFactory
    extends java.lang.Object
    implements TypeAdapterFactory
    A type adapter factory that implements @Intercept.
    • 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