com.mangofactory.swagger.models.alternates
Class WildcardType

java.lang.Object
  extended by com.mangofactory.swagger.models.alternates.WildcardType

public class WildcardType
extends java.lang.Object


Constructor Summary
WildcardType()
           
 
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
 

Constructor Detail

WildcardType

public WildcardType()
Method Detail

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)