com.atlassian.confluence.json.jsonator
Class DocumentationLinkJsonator

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

public class DocumentationLinkJsonator
extends java.lang.Object
implements Jsonator<DocumentationLink>

A Jsonator for DocumentationLink objects. It returns the i18ned string, if found and the key otherwise.


Constructor Summary
DocumentationLinkJsonator(DocumentationBean documentationBean)
           
 
Method Summary
 Json convert(DocumentationLink m)
          Creates a Json representation of a given object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationLinkJsonator

public DocumentationLinkJsonator(DocumentationBean documentationBean)
Method Detail

convert

public Json convert(DocumentationLink m)
Description copied from interface: Jsonator
Creates a Json representation of a given object

Specified by:
convert in interface Jsonator<DocumentationLink>
Parameters:
m - the object to be serialized
Returns:
Json JSON representation of the given object


Copyright © 2003-2014 Atlassian. All Rights Reserved.