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