Uses of Class
com.mangofactory.swagger.models.alternates.AlternateTypeRule

Packages that use AlternateTypeRule
com.mangofactory.swagger.models.alternates   
 

Uses of AlternateTypeRule in com.mangofactory.swagger.models.alternates
 

Methods in com.mangofactory.swagger.models.alternates that return AlternateTypeRule
static AlternateTypeRule Alternates.newMapRule(Class<?> key, Class<?> value)
          Helper method to create a new alternate for Map<K,V> that results in an alternate of type List<Entry<K,V>>.
static AlternateTypeRule Alternates.newRule(Type original, Type alternate)
          Helper method to create a new alternate rule.
 

Methods in com.mangofactory.swagger.models.alternates with parameters of type AlternateTypeRule
 void AlternateTypeProvider.addRule(AlternateTypeRule rule)
           
 



Copyright © May 2012-2014 The Mango Factory. All Rights Reserved.