AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Private 成员函数 | Private 属性 | 所有成员列表
com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory类 参考
类 com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory 继承关系图:
com.google.gson.TreeTypeAdapter< T > com.google.gson.TypeAdapter< T >

Private 成员函数

 SingleTypeFactory (Object typeAdapter, TypeToken<?> exactType, boolean matchRawType, Class<?> hierarchyType)
 

Private 属性

final TypeToken<?> exactType
 
final boolean matchRawType
 
final Class<?> hierarchyType
 
final JsonSerializer<?> serializer
 
final JsonDeserializer<?> deserializer
 

额外继承的成员函数

- Public 成员函数 继承自 com.google.gson.TreeTypeAdapter< T >
read (JsonReader in) throws IOException
 
void write (JsonWriter out, T value) throws IOException
 
- 静态 Public 成员函数 继承自 com.google.gson.TreeTypeAdapter< T >
static TypeAdapterFactory newFactory (TypeToken<?> exactType, Object typeAdapter)
 
static TypeAdapterFactory newFactoryWithMatchRawType (TypeToken<?> exactType, Object typeAdapter)
 
static TypeAdapterFactory newTypeHierarchyFactory (Class<?> hierarchyType, Object typeAdapter)
 

构造及析构函数说明

com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory.SingleTypeFactory ( Object  typeAdapter,
TypeToken<?>  exactType,
boolean  matchRawType,
Class<?>  hierarchyType 
)
inlineprivate

类成员变量说明

final JsonDeserializer<?> com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory.deserializer
private
final TypeToken<?> com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory.exactType
private
final Class<?> com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory.hierarchyType
private
final boolean com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory.matchRawType
private
final JsonSerializer<?> com.google.gson.TreeTypeAdapter< T >.SingleTypeFactory.serializer
private

该类的文档由以下文件生成: