类 OptimizedJsonInfo.ClassJsonInfo

  • 封闭类:
    OptimizedJsonInfo

    public static class OptimizedJsonInfo.ClassJsonInfo
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      java.util.Set<java.lang.String> exposedJavaFieldNames
      Contains the names of all (and only those) Java fields that are exposed.
      java.util.Map<java.lang.String,​java.lang.String[]> javaToJsonFieldNames
      Maps the Java field name to all of its corresponding Json field names.
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • 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.
    • 构造器详细资料

      • ClassJsonInfo

        public ClassJsonInfo()