rest library
Classes
- Rest
- An annotation used to specify how a field is serialized for a RestAdapter. Heavily inspired by JsonKey
-
RestAdapter<
_Model extends Model> - Constructors that convert app models to and from REST
- RestModel
- Models accessible to the RestProvider
- RestModelDictionary
- Associates app models with their RestAdapter
- RestProvider
- Retrieves from an HTTP endpoint
- RestSerializable
- An annotation used to specify a class to generate code for.
Enums
- FieldRename
- Values for the automatic field renaming behavior for RestSerializable.
Exceptions / Errors
- RestException
- An error class exclusive to the RestProvider