Adapter class abstract

Implementers

Constructors

Adapter(Serializer serializer)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializer Serializer
getter/setter pair

Methods

cache(String endpoint, Object document) → void
cacheMany(String endpoint, Iterable<Object> documents) → void
clearCache() → void
delete(String endpoint, Object document) Future<void>
find(String endpoint, String id, {bool forceReload = false}) Future<Object>
findAll(String endpoint) Future<Iterable<Object>>
findMany(String endpoint, Iterable<String> ids, {bool forceReload = false}) Future<Iterable<Object>>
memberPutAction(String endpoint, Object document, String actionPath) Future<Object>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
peek(String endpoint, String id) Object?
peekAll(String endpoint) Iterable<Object>
peekMany(String endpoint, Iterable<String> ids) Iterable<Object>
query(String endpoint, Map<String, String> params) Future<Iterable<Object>>
save(String endpoint, Object document) Future<Object>
toString() String
A string representation of this object.
inherited
unCache(String endpoint, Object document) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited