Class SchemaArray
- java.lang.Object
-
- com.maxxton.microdocs.core.domain.JsonReference
-
- com.maxxton.microdocs.core.domain.schema.Schema
-
- com.maxxton.microdocs.core.domain.schema.SchemaArray
-
- Direct Known Subclasses:
ParameterVariable
public class SchemaArray extends Schema
-
-
Constructor Summary
Constructors Constructor Description SchemaArray()SchemaArray(Schema items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollectionFormat()SchemagetItems()voidsetCollectionFormat(java.lang.String collectionFormat)voidsetItems(Schema items)-
Methods inherited from class com.maxxton.microdocs.core.domain.schema.Schema
getDefaultValue, getDescription, getExclusiveMaximum, getFormat, getInclusiveMinimum, getMappings, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getPattern, getType, getUniqueItems, isRequired, setDefaultValue, setDescription, setExclusiveMaximum, setFormat, setInclusiveMinimum, setMappings, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setPattern, setRequired, setType, setUniqueItems
-
Methods inherited from class com.maxxton.microdocs.core.domain.JsonReference
getReference, setReference
-
-
-
-
Constructor Detail
-
SchemaArray
public SchemaArray()
-
SchemaArray
public SchemaArray(Schema items)
-
-