类 DateNullAdapterFactory<T>
java.lang.Object
com.tencent.polaris.plugins.configuration.connector.polaris.gson.DateNullAdapterFactory<T>
- 所有已实现的接口:
com.google.gson.TypeAdapterFactory
public class DateNullAdapterFactory<T>
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
- 作者:
- fabian4 2023-03-13
-
构造器概要
构造器 构造器 说明 DateNullAdapterFactory() -
方法概要
修饰符和类型 方法 说明 <T> com.google.gson.TypeAdapter<T>create(com.google.gson.Gson gson, com.google.gson.reflect.TypeToken<T> type)从类继承的方法 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
DateNullAdapterFactory
public DateNullAdapterFactory()
-
-
方法详细资料
-
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
-