public class MapProperty extends AbstractProperty implements Property
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml| Constructor and Description |
|---|
MapProperty() |
MapProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
MapProperty |
additionalProperties(Property property) |
MapProperty |
description(String description) |
boolean |
equals(Object o) |
Property |
getAdditionalProperties() |
Integer |
getMaxProperties() |
Integer |
getMinProperties() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
MapProperty |
readOnly() |
void |
setAdditionalProperties(Property property) |
void |
setMaxProperties(Integer maxProperties) |
void |
setMinProperties(Integer minProperties) |
MapProperty |
title(String title) |
MapProperty |
vendorExtension(String key,
Object obj) |
MapProperty |
xml(Xml xml) |
allowEmptyValue, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setVendorExtensions, setXmlclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXmlpublic MapProperty()
public MapProperty(Property property)
public MapProperty xml(Xml xml)
public MapProperty additionalProperties(Property property)
public MapProperty description(String description)
description in interface Propertydescription in class AbstractPropertypublic MapProperty title(String title)
title in interface Propertytitle in class AbstractPropertypublic MapProperty vendorExtension(String key, Object obj)
public Property getAdditionalProperties()
public void setAdditionalProperties(Property property)
public Integer getMinProperties()
public void setMinProperties(Integer minProperties)
public Integer getMaxProperties()
public void setMaxProperties(Integer maxProperties)
public MapProperty readOnly()
readOnly in class AbstractPropertypublic boolean equals(Object o)
equals in class AbstractPropertypublic int hashCode()
hashCode in class AbstractPropertyCopyright © 2019. All Rights Reserved.