类 TypeDefinition

    • 构造器详细资料

      • TypeDefinition

        public TypeDefinition()
      • TypeDefinition

        public TypeDefinition​(String type)
    • 方法详细资料

      • formatTypes

        public static String[] formatTypes​(String[] types)
        Format the String array presenting Java types
        参数:
        types - the strings presenting Java types
        返回:
        new String array of Java types after be formatted
        从以下版本开始:
        2.7.9
      • formatType

        public static String formatType​(String type)
        Format the String presenting Java type
        参数:
        type - the String presenting type
        返回:
        new String presenting Java type after be formatted
        从以下版本开始:
        2.7.9
      • getType

        public String getType()
      • setEnums

        public void setEnums​(List<String> enums)
      • setItems

        public void setItems​(List<String> items)
      • setProperties

        public void setProperties​(Map<String,​String> properties)
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object