类 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
      • get$ref

        public String get$ref()
      • getId

        public String getId()
      • getType

        public String getType()
      • getTypeBuilderName

        public String getTypeBuilderName()
      • set$ref

        public void set$ref​(String $ref)
      • setEnums

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

        public void setId​(String id)
      • setType

        public void setType​(String type)
      • setTypeBuilderName

        public void setTypeBuilderName​(String typeBuilderName)
      • hashCode

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