Class LinkDescriptionObject
java.lang.Object
com.fasterxml.jackson.module.jsonSchema.jakarta.types.LinkDescriptionObject
A link description object is used to describe link relations. In the
context of a jsonSchema, it defines the link relations of the instances
of the jsonSchema, and can be parameterized by the instance values. The
link description format can be used on its own in regular (non-jsonSchema
documents), and use of this format can be declared by referencing the
normative link description jsonSchema as the the jsonSchema for the data
structure that uses the links.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()getRel()getTitle()setEnctype(String enctype) setMediaType(String mediaType) setSchema(JsonSchema schema) setTargetSchema(JsonSchema targetSchema)
-
Constructor Details
-
LinkDescriptionObject
public LinkDescriptionObject()
-
-
Method Details
-
getHref
-
setHref
-
getRel
-
setRel
-
getMethod
-
setMethod
-
getEnctype
-
setEnctype
-
getTargetSchema
-
setTargetSchema
-
getSchema
-
setSchema
-
getTitle
-
setTitle
-
getMediaType
-
setMediaType
-