类 WildcardType
java.lang.Object
springfox.documentation.schema.WildcardType
-
方法概要
修饰符和类型方法说明static booleanexactMatch(com.fasterxml.classmate.ResolvedType first, com.fasterxml.classmate.ResolvedType second) static booleanhasWildcards(com.fasterxml.classmate.ResolvedType type) static booleanwildcardMatch(com.fasterxml.classmate.ResolvedType toMatch, com.fasterxml.classmate.ResolvedType wildcardType)
-
方法详细资料
-
hasWildcards
public static boolean hasWildcards(com.fasterxml.classmate.ResolvedType type) -
exactMatch
public static boolean exactMatch(com.fasterxml.classmate.ResolvedType first, com.fasterxml.classmate.ResolvedType second) -
wildcardMatch
public static boolean wildcardMatch(com.fasterxml.classmate.ResolvedType toMatch, com.fasterxml.classmate.ResolvedType wildcardType)
-