Package | Description |
---|---|
com.fasterxml.jackson.module.jsonSchema.types |
Modifier and Type | Field and Description |
---|---|
protected LinkDescriptionObject[] |
SimpleTypeSchema.links
This attribute is a string that provides a links related to description of the
instance property.
|
Modifier and Type | Method and Description |
---|---|
LinkDescriptionObject[] |
SimpleTypeSchema.getLinks() |
LinkDescriptionObject |
LinkDescriptionObject.setEnctype(String enctype) |
LinkDescriptionObject |
LinkDescriptionObject.setHref(String href) |
LinkDescriptionObject |
LinkDescriptionObject.setMediaType(String mediaType) |
LinkDescriptionObject |
LinkDescriptionObject.setMethod(String method) |
LinkDescriptionObject |
LinkDescriptionObject.setRel(String rel) |
LinkDescriptionObject |
LinkDescriptionObject.setSchema(JsonSchema schema) |
LinkDescriptionObject |
LinkDescriptionObject.setTargetSchema(JsonSchema targetSchema) |
LinkDescriptionObject |
LinkDescriptionObject.setTitle(String title) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeSchema.setLinks(LinkDescriptionObject[] links) |
Copyright © 2014–2017 FasterXML. All rights reserved.