| Package | Description |
|---|---|
| com.atlassian.confluence.impl.health.web | |
| com.atlassian.confluence.json.json | |
| com.atlassian.confluence.json.jsonator |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull Json |
JohnsonPageEndpointsProvider.getEndpoints(String contextPath)
Returns the URLs of the endpoints used by the Johnson page.
|
@NonNull Json |
JohnsonPageDataProvider.getPageData()
Returns the data necessary to render the Johnson page.
|
Json |
JohnsonPageI18NProvider.getTranslations()
Returns a json object where property names are i18n keys and property values are
the translations of these keys.
|
@NonNull Json |
JohnsonEventSerializer.toJson(com.atlassian.johnson.event.Event johnsonEvent)
Converts the given Johnson
Event to JSON. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArray |
class |
JsonBoolean |
class |
JsonNull |
class |
JsonNumber |
class |
JsonObject
A mutable
Json implementation. |
class |
JsonString |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonArray.add(Json json) |
JsonObject |
JsonObject.setProperty(String key,
Json json) |
| Constructor and Description |
|---|
JsonArray(List<Json> jsonList) |
| Modifier and Type | Method and Description |
|---|---|
Json |
AttachmentJsonator.convert(Attachment attachment) |
Json |
BreadcrumbJsonator.convert(Breadcrumb breadcrumb) |
Json |
ContentMetadataJsonator.convert(ContentEntityObject content) |
Json |
DocumentationLinkJsonator.convert(DocumentationLink m) |
Json |
EntityJsonator.convert(com.atlassian.user.Entity entity) |
Json |
GsonJsonator.convert(Gsonable object) |
Json |
I18nJsonator.convert(Message m) |
Json |
DefaultJsonator.convert(Object bean) |
Json |
SearchResultJsonator.convert(SearchResult result) |
Json |
Jsonator.convert(T object)
Creates a
Json representation of a given object |
Json |
ValidationAwareJsonator.convert(com.opensymphony.xwork.ValidationAware action) |
Json |
ValidationErrorJsonator.convert(ValidationError validationError) |
Copyright © 2003–2021 Atlassian. All rights reserved.