com.supermap.services.rest.util

类 JsonConverter.FieldInfo

  • java.lang.Object
    • com.supermap.services.rest.util.JsonConverter.FieldInfo
  • 封闭类:
    JsonConverter


    public static class JsonConverter.FieldInfo
    extends java.lang.Object
    

    字段类型类。

    • 字段概要

      字段 
      限定符和类型 字段和说明
      java.lang.Class<?>[] elementTypes
      如果是集合类型,表示元素类型。
      java.lang.Class<?> type
      给出类型。
    • 方法概要

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

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

      • type

        public java.lang.Class<?> type
        
        给出类型。
      • elementTypes

        public java.lang.Class<?>[] elementTypes
        
        如果是集合类型,表示元素类型。如List 类型的字段,则他的elementTypes 就是{String.class} ,而对于Map 类型的字段,他的elementTypes是{String.class,String.class}
    • 构造器详细资料

      • JsonConverter.FieldInfo

        public JsonConverter.FieldInfo()