ExceptionConverter |
The REST server-side conversion between Confluence REST API model ServiceException s
and HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
|
ExceptionConverter.Server |
Converts Confluence REST API model ServiceException s into RestError entities,
the standardised error response format produced by our REST resources.
|
ExpansionsParser |
Converts Expansion s to and from a String for use with REST calls.
|
HardEvictionParams |
Describes how Hard Synchrony Eviction should be performed.
|
RestEntity<T> |
This entity participates in our object serialization by jackson, and allows objects to be enriched with extra
properties during serialization.
|
RestError |
Contains a standardised error payload for ServiceException s thrown by REST resources.
|
RestList<T> |
The RestList participates in our collection serialization by jackson, and allows collections to be enriched with extra
properties during serialization.
|
RestList.Builder<T> |
|
RestObject |
|
RestObject.Properties |
Common property keys that may be present on a RestObject
|
RestPageRequest |
A request for a page of data.
|
SoftEvictionParams |
Describes how Soft Synchrony Eviction should be performed.
|