com.mangofactory.swagger.models
Class DefaultGenericTypeNamingStrategy

java.lang.Object
  extended by com.mangofactory.swagger.models.DefaultGenericTypeNamingStrategy
All Implemented Interfaces:
GenericTypeNamingStrategy

public class DefaultGenericTypeNamingStrategy
extends java.lang.Object
implements GenericTypeNamingStrategy

Strategy that uses Ç, È, and comma in generic type names


Constructor Summary
DefaultGenericTypeNamingStrategy()
           
 
Method Summary
 java.lang.String getCloseGeneric()
           
 java.lang.String getOpenGeneric()
           
 java.lang.String getTypeListDelimiter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGenericTypeNamingStrategy

public DefaultGenericTypeNamingStrategy()
Method Detail

getOpenGeneric

public java.lang.String getOpenGeneric()
Specified by:
getOpenGeneric in interface GenericTypeNamingStrategy
Returns:
the string used to denote the beginning of a generic i.e. the < in List<String>

getCloseGeneric

public java.lang.String getCloseGeneric()
Specified by:
getCloseGeneric in interface GenericTypeNamingStrategy
Returns:
the string used to denote the beginning of a generic i.e. the > in List<String>

getTypeListDelimiter

public java.lang.String getTypeListDelimiter()
Specified by:
getTypeListDelimiter in interface GenericTypeNamingStrategy
Returns:
the string used to denote the beginning of a generic i.e. the , in Map<String,String>