Class | Description |
---|---|
ExceptionConverter |
Converts
ServiceException s to HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html)
and back. |
ExceptionConverter.Client | |
ExceptionConverter.Server | |
ExpansionsParser |
Converts
Expansion s to and from a String for use with REST calls. |
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.
|
Enum | Description |
---|---|
ExceptionConverter.AdditionalStatus |
Response.StatusType s for HTTP response codes not supported directly by Response.Status . |
Copyright © 2003–2016 Atlassian. All rights reserved.