| Class | Description |
|---|---|
| ApiError |
Return information what failed in the REST-call.
|
| Link |
A link between two resources
|
| LinkDeserializer |
Deserialize incoming json Links into Link objects
Our input is like this:
|
| LinkSerializer |
Special serializer for Link objects that does not map the classical {rel:abc, href:xyz} scheme,
but which puts the rel name "at the outside" like { abc : { href : xyz }} to make it easier for
clients to access the link.
|
Copyright © 2016–2017 Red Hat. All rights reserved.