com.supermap.services.rest.util

Class JsonConverter.FieldInfo

  • java.lang.Object
    • com.supermap.services.rest.util.JsonConverter.FieldInfo
  • Enclosing class:
    JsonConverter


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

    Field type class.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Class<?>[] elementTypes
      If it is a collection type, it represents an element type.
      java.lang.Class<?> type
      Give type.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public java.lang.Class<?> type
        
        Give type.
      • elementTypes

        public java.lang.Class<?>[] elementTypes
        
        If it is a collection type, it represents an element type. Such as List type of field, then his elementTypes is {String.class}, and for Map type of field, his elementTypes is {String.class, String.class}
    • Constructor Detail

      • JsonConverter.FieldInfo

        public JsonConverter.FieldInfo()