com.atlassian.confluence.json.jsonator
Class ContentMetadataJsonator
java.lang.Object
com.atlassian.confluence.json.jsonator.ContentMetadataJsonator
- All Implemented Interfaces:
- Jsonator<ContentEntityObject>
public class ContentMetadataJsonator
- extends Object
- implements Jsonator<ContentEntityObject>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentMetadataJsonator
public ContentMetadataJsonator(I18NBeanFactory i18NBeanFactory,
UserAccessor userAccessor,
FormatSettingsManager formatSettingsManager,
LocaleManager localeManager)
convert
public Json convert(ContentEntityObject content)
- Description copied from interface:
Jsonator
- Creates a
Json
representation of a given object
- Specified by:
convert
in interface Jsonator<ContentEntityObject>
- Parameters:
content
- the object to be serialized
- Returns:
- Json JSON representation of the given object
Copyright © 2003-2012 Atlassian. All Rights Reserved.