public class Schema extends RestDocObject
additionalFields| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.module.jsonSchema.JsonSchema |
getSchema() |
String |
getType() |
String |
getUrl() |
Schema |
schema(com.fasterxml.jackson.module.jsonSchema.JsonSchema _schema) |
void |
setSchema(com.fasterxml.jackson.module.jsonSchema.JsonSchema schema) |
void |
setType(String type) |
void |
setUrl(String url) |
Schema |
url(String _url) |
getAdditionalBoolean, getAdditionalField, getAdditionalFields, getAdditionalNumber, getAdditionalString, setAdditionalFieldpublic String getType()
public void setType(String type)
type - the type to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic com.fasterxml.jackson.module.jsonSchema.JsonSchema getSchema()
public void setSchema(com.fasterxml.jackson.module.jsonSchema.JsonSchema schema)
schema - the schema to setpublic Schema schema(com.fasterxml.jackson.module.jsonSchema.JsonSchema _schema)
_schema - Copyright © 2012-2014 RestDoc org. All Rights Reserved.