类 OptimizedJsonInfo.ClassJsonInfo
- java.lang.Object
-
- proguard.optimize.gson.OptimizedJsonInfo.ClassJsonInfo
-
- 封闭类:
- OptimizedJsonInfo
public static class OptimizedJsonInfo.ClassJsonInfo extends java.lang.Object
-
-
字段概要
字段 修饰符和类型 字段 说明 java.util.Set<java.lang.String>exposedJavaFieldNamesContains the names of all (and only those) Java fields that are exposed.java.util.Map<java.lang.String,java.lang.String[]>javaToJsonFieldNamesMaps the Java field name to all of its corresponding Json field names.
-
构造器概要
构造器 构造器 说明 ClassJsonInfo()
-
-
-
字段详细资料
-
javaToJsonFieldNames
public java.util.Map<java.lang.String,java.lang.String[]> javaToJsonFieldNames
Maps the Java field name to all of its corresponding Json field names. The first name in the array is the primary name that is used for writing to Json. The remaining names are alternatives that are also accepted when reading from Json.
-
exposedJavaFieldNames
public java.util.Set<java.lang.String> exposedJavaFieldNames
Contains the names of all (and only those) Java fields that are exposed.
-
-