Class ContainerDataType
- java.lang.Object
-
- springfox.documentation.swagger1.dto.ContainerDataType
-
- All Implemented Interfaces:
SwaggerDataType
public class ContainerDataType extends java.lang.Object implements SwaggerDataType
-
-
Constructor Summary
Constructors Constructor Description ContainerDataType(java.lang.String innerType, boolean uniqueItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbsoluteType()SwaggerDataTypegetItems()java.lang.StringgetType()java.lang.BooleanisUniqueItems()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
isUniqueItems
public java.lang.Boolean isUniqueItems()
-
getItems
public SwaggerDataType getItems()
-
getAbsoluteType
public java.lang.String getAbsoluteType()
- Specified by:
getAbsoluteTypein interfaceSwaggerDataType
-
-