Package com.atlassian.confluence.json.jsonator

Interface Summary
Gsonable Classes implementing this interface will be serialized into JSON using GsonJsonator.
Jsonator<T> Interface to implement if you want to provide a method to create a JSON representation of an object
 

Class Summary
AttachmentJsonator Creates JSON objects for attachments.
BreadcrumbJsonator  
ContentMetadataJsonator  
DefaultJsonator Converts a Java Bean to a JSON object.
DocumentationLinkJsonator A Jsonator for DocumentationLink objects.
EntityJsonator Converts a User or Group into a JSON object prior to serialization.
GsonJsonator A Jsonator implementation that uses Gson under the covers to serialize an object to JSON.
I18nJsonator A Jsonator for i18n Message objects.
SearchResultJsonator  
ValidationAwareJsonator  
ValidationErrorJsonator  
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.