public class MapSchema extends Schema
| Constructor and Description |
|---|
MapSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
returns the type property from a MapSchema instance.
|
int |
hashCode() |
void |
setType(String type) |
String |
toString() |
MapSchema |
type(String type) |
$ref, addEnumItemObject, addExtension, additionalProperties, addProperties, addRequiredItem, cast, deprecated, description, discriminator, example, exclusiveMaximum, exclusiveMinimum, extensions, externalDocs, format, get$ref, getAdditionalProperties, getDefault, getDeprecated, getDescription, getDiscriminator, getEnum, getExample, getExclusiveMaximum, getExclusiveMinimum, getExtensions, getExternalDocs, getFormat, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getName, getNot, getNullable, getPattern, getProperties, getReadOnly, getRequired, getTitle, getUniqueItems, getWriteOnly, getXml, maximum, maxItems, maxLength, maxProperties, minimum, minItems, minLength, minProperties, multipleOf, name, not, nullable, pattern, properties, readOnly, required, set$ref, setAdditionalProperties, setDefault, setDeprecated, setDescription, setDiscriminator, setEnum, setExample, setExclusiveMaximum, setExclusiveMinimum, setExtensions, setExternalDocs, setFormat, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setName, setNot, setNullable, setPattern, setProperties, setReadOnly, setRequired, setTitle, setUniqueItems, setWriteOnly, setXml, title, uniqueItems, writeOnly, xmlpublic String getType()
Copyright © 2018. All rights reserved.