类 | |
| class | Adapter< T > |
| class | BoundField |
Public 成员函数 | |
| ReflectiveTypeAdapterFactory (ConstructorConstructor constructorConstructor, FieldNamingStrategy fieldNamingPolicy, Excluder excluder) | |
| boolean | excludeField (Field f, boolean serialize) |
Public 成员函数 继承自 com.google.gson.TypeAdapterFactory | |
| < T > TypeAdapter< T > | create (Gson gson, TypeToken< T > type) |
包函数 | |
| public< T > TypeAdapter< T > | create (Gson gson, final TypeToken< T > type) |
Private 成员函数 | |
| String | getFieldName (Field f) |
| ReflectiveTypeAdapterFactory.BoundField | createBoundField (final Gson context, final Field field, final String name, final TypeToken<?> fieldType, boolean serialize, boolean deserialize) |
| Map< String, BoundField > | getBoundFields (Gson context, TypeToken<?> type, Class<?> raw) |
Private 属性 | |
| final ConstructorConstructor | constructorConstructor |
| final FieldNamingStrategy | fieldNamingPolicy |
| final Excluder | excluder |
Type adapter that reflects over the fields and methods of a class.
|
inline |
|
inlinepackage |
|
inlineprivate |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |
|
private |
1.8.8