com.mangofactory.swagger.models.alternates
Class WildcardType
java.lang.Object
com.mangofactory.swagger.models.alternates.WildcardType
public class WildcardType
- extends Object
|
Method Summary |
static boolean |
exactMatch(com.fasterxml.classmate.ResolvedType first,
com.fasterxml.classmate.ResolvedType second)
|
static boolean |
hasWildcards(com.fasterxml.classmate.ResolvedType type)
|
static boolean |
wildcardMatch(com.fasterxml.classmate.ResolvedType toMatch,
com.fasterxml.classmate.ResolvedType wildcardType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardType
public 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)
Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.