com.fasterxml.jackson.databind.jsonSchema.types
Class HyperSchema.LinkDescriptionObject

java.lang.Object
  extended by com.fasterxml.jackson.databind.jsonSchema.types.HyperSchema.LinkDescriptionObject
Enclosing class:
HyperSchema

public class HyperSchema.LinkDescriptionObject
extends Object

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
HyperSchema.LinkDescriptionObject()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperSchema.LinkDescriptionObject

public HyperSchema.LinkDescriptionObject()


Copyright © 2012 fasterxml.com. All Rights Reserved.