public class MapProperty extends AbstractProperty implements Property
Constructor and Description |
---|
MapProperty() |
MapProperty(Property property) |
Modifier and Type | Method and Description |
---|---|
MapProperty |
additionalProperties(Property property) |
MapProperty |
description(String description) |
boolean |
equals(Object obj) |
Property |
getAdditionalProperties() |
int |
hashCode() |
static boolean |
isType(String type,
String format) |
void |
setAdditionalProperties(Property property) |
MapProperty |
title(String title) |
MapProperty |
vendorExtension(String key,
Object obj) |
MapProperty |
xml(Xml xml) |
getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, readOnly, setAccess, setDefault, setDescription, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setXml
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAccess, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, setAccess, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml
public MapProperty()
public MapProperty(Property property)
public MapProperty xml(Xml xml)
public MapProperty additionalProperties(Property property)
public MapProperty description(String description)
description
in interface Property
description
in class AbstractProperty
public MapProperty title(String title)
title
in interface Property
title
in class AbstractProperty
public MapProperty vendorExtension(String key, Object obj)
public Property getAdditionalProperties()
public void setAdditionalProperties(Property property)
public int hashCode()
hashCode
in class AbstractProperty
public boolean equals(Object obj)
equals
in class AbstractProperty
Copyright © 2016. All rights reserved.