Package com.atlassian.confluence.json.jsonator
-
Interface Summary Interface Description Gsonable Classes implementing this interface will be serialized into JSON usingGsonJsonator
.Jsonator<T> Interface to implement if you want to provide a method to create a JSON representation of an object -
Class Summary Class Description 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