Class | Description |
---|---|
Data<T> |
Container for different representations of top-level data in JSON API.
|
JsonApiDocument |
JSON API Document.
|
KeyValMap |
Map storing key-value and useful accessor functions.
|
Meta |
Model for representing JSON API meta information.
|
Patch |
POJO which represents a JSON API patch extension entity body.
|
Relationship |
Model representing JSON API Relationship.
|
Resource |
Resource wrapper around serialized/deserialized JSON API
NOTE: We violate the DRY principle to create a clear separation of concern.
|
ResourceIdentifier |
Model representing JSON API Linkage.
|
Enum | Description |
---|---|
Patch.Operation |
Patch operation.
|
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.