Interface | Description |
---|---|
ActionRouter<T extends Identifier<?>> |
Represents the mapping between HTTP requests for a resource and the functions
that perform those requests.
|
CollectionRouter<T,S,U extends Identifier<S>> | Deprecated
As of 1.9.0, use
ActionRouter instead |
ItemRouter<T,S,U extends Identifier<S>> | Deprecated
As of 1.9.0, use
ActionRouter instead |
NestedCollectionRouter<T,S,U extends Identifier<S>,V,W extends Identifier<V>> | Deprecated
As of 1.9.0, use
ActionRouter instead |
ReusableNestedCollectionRouter<T,S,U extends Identifier<S>,W> | Deprecated
As of 1.9.0, use
ActionRouter instead |