| 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.
|
| RelationshipJacksonDeserializer |
This class should contain the inverse function for
serialize(org.hawkular.inventory.api.model.Relationship,
com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider) |
| RelationshipJacksonSerializer |
Copyright © 2016 Red Hat. All rights reserved.