com.atlassian.confluence.json.jsonator
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentationLinkJsonator
public DocumentationLinkJsonator(DocumentationBean documentationBean)
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–2015 Atlassian. All rights reserved.