com.github.kongchen.swagger.docgen
类 TypeUtils

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.TypeUtils

public class TypeUtils
extends Object

Created with IntelliJ IDEA.


字段摘要
static Pattern genericPattern
           
 
构造方法摘要
TypeUtils()
           
 
方法摘要
static String AsArrayType(String elementType)
           
static String filterBasicTypes(String linkType)
           
static String getTrueType(String dataType)
           
static String upperCaseFirstCharacter(String inputString)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

genericPattern

public static final Pattern genericPattern
构造方法详细信息

TypeUtils

public TypeUtils()
方法详细信息

getTrueType

public static String getTrueType(String dataType)

filterBasicTypes

public static String filterBasicTypes(String linkType)

upperCaseFirstCharacter

public static String upperCaseFirstCharacter(String inputString)

AsArrayType

public static String AsArrayType(String elementType)


Copyright © 2014. All Rights Reserved.