com.mangofactory.swagger.models.dto
Class ContainerDataType

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.ContainerDataType
All Implemented Interfaces:
SwaggerDataType

public class ContainerDataType
extends java.lang.Object
implements SwaggerDataType


Constructor Summary
ContainerDataType(java.lang.String innerType, boolean uniqueItems)
           
 
Method Summary
 java.lang.String getAbsoluteType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerDataType

public ContainerDataType(java.lang.String innerType,
                         boolean uniqueItems)
Method Detail

getAbsoluteType

public java.lang.String getAbsoluteType()
Specified by:
getAbsoluteType in interface SwaggerDataType