public class SchemaObject extends Schema
| Constructor and Description |
|---|
SchemaObject() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Schema> |
getAllOf() |
java.util.List<SchemaGenericObject> |
getGeneric() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,Schema> |
getProperties() |
boolean |
isIgnore() |
void |
setAllOf(java.util.List<Schema> allOf) |
void |
setGeneric(java.util.List<SchemaGenericObject> generic) |
void |
setIgnore(boolean ignore) |
void |
setName(java.lang.String name) |
void |
setProperties(java.util.Map<java.lang.String,Schema> properties) |
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, setUniqueItemsgetReference, setReferencepublic java.util.Map<java.lang.String,Schema> getProperties()
public void setProperties(java.util.Map<java.lang.String,Schema> properties)
public java.util.List<Schema> getAllOf()
public void setAllOf(java.util.List<Schema> allOf)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<SchemaGenericObject> getGeneric()
public void setGeneric(java.util.List<SchemaGenericObject> generic)
public boolean isIgnore()
public void setIgnore(boolean ignore)