Interface | Description |
---|---|
CollectionResource<T,S,U extends Identifier<S>> |
Maps your domain models to collection resources that Apio can understand.
|
ItemResource<T,S,U extends Identifier<S>> |
Maps your domain models to item resources that Apio can understand.
|
NestedCollectionResource<T,S,U extends Identifier<S>,V,W extends Identifier<V>> |
Maps your domain models to nested collection resources that Apio can
understand.
|
Class | Description |
---|---|
Resource |
Instances of this class represent an API resource.
|
Resource.GenericParent |
Instances of this class represent a generic parent resource.
|
Resource.Id |
Instances of this class represent an item's ID.
|
Resource.Item |
Instances of this class represent an item resource.
|
Resource.Nested |
Instances of this class represent a nested resource.
|
Resource.Paged |
Instances of this class represent a paged resource.
|