com.atlassian.confluence.json.jsonator
Class ContentMetadataJsonator

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

public class ContentMetadataJsonator
extends Object
implements Jsonator<ContentEntityObject>


Constructor Summary
ContentMetadataJsonator(I18NBeanFactory i18NBeanFactory, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
 
Method Summary
 Json convert(ContentEntityObject content)
          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

ContentMetadataJsonator

public ContentMetadataJsonator(I18NBeanFactory i18NBeanFactory,
                               UserAccessor userAccessor,
                               FormatSettingsManager formatSettingsManager,
                               LocaleManager localeManager)
Method Detail

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.