类 _OptimizedTypeAdapterFactory

  • 所有已实现的接口:
    com.google.gson.TypeAdapterFactory

    public class _OptimizedTypeAdapterFactory
    extends java.lang.Object
    implements com.google.gson.TypeAdapterFactory
    Template class for the optimized type adapter factory that deals with all optimized GSON domain classes. The implementation of the create() method needs to be replaced with injected byte code that handles the specific domain classes and returns the appropriate optimized type adapter.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      <T> com.google.gson.TypeAdapter<T> create​(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • _OptimizedTypeAdapterFactory

        public _OptimizedTypeAdapterFactory()
    • 方法详细资料

      • create

        public <T> com.google.gson.TypeAdapter<T> create​(com.google.gson.Gson gson,
                                                         com.google.gson.reflect.TypeToken<T> type)
        指定者:
        create 在接口中 com.google.gson.TypeAdapterFactory