Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.LinkDescriptionObject
-
Packages that use LinkDescriptionObject Package Description com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of LinkDescriptionObject in com.fasterxml.jackson.module.jsonSchema.types
Fields in com.fasterxml.jackson.module.jsonSchema.types declared as LinkDescriptionObject Modifier and Type Field Description protected LinkDescriptionObject[]
SimpleTypeSchema. links
This attribute is a string that provides a links related to description of the instance property.Methods in com.fasterxml.jackson.module.jsonSchema.types that return LinkDescriptionObject Modifier and Type Method Description LinkDescriptionObject[]
SimpleTypeSchema. getLinks()
LinkDescriptionObject
LinkDescriptionObject. setEnctype(java.lang.String enctype)
LinkDescriptionObject
LinkDescriptionObject. setHref(java.lang.String href)
LinkDescriptionObject
LinkDescriptionObject. setMediaType(java.lang.String mediaType)
LinkDescriptionObject
LinkDescriptionObject. setMethod(java.lang.String method)
LinkDescriptionObject
LinkDescriptionObject. setRel(java.lang.String rel)
LinkDescriptionObject
LinkDescriptionObject. setSchema(JsonSchema schema)
LinkDescriptionObject
LinkDescriptionObject. setTargetSchema(JsonSchema targetSchema)
LinkDescriptionObject
LinkDescriptionObject. setTitle(java.lang.String title)
Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type LinkDescriptionObject Modifier and Type Method Description void
SimpleTypeSchema. setLinks(LinkDescriptionObject[] links)
-