Class DocumentationLinkJsonator

java.lang.Object
com.atlassian.confluence.json.jsonator.DocumentationLinkJsonator
All Implemented Interfaces:
Jsonator<DocumentationLink>

public class DocumentationLinkJsonator extends Object implements Jsonator<DocumentationLink>
A Jsonator for DocumentationLink objects.

It returns the i18ned string, if found and the key otherwise.

  • Constructor Details

    • DocumentationLinkJsonator

      public DocumentationLinkJsonator(DocumentationBean documentationBean)
  • Method Details